--- title: TransactionVoidUserError - GraphQL Admin description: An error that occurs during the execution of `TransactionVoid`. api_version: unstable api_name: admin source_url: html: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/TransactionVoidUserError md: >- https://shopify.dev/docs/api/admin-graphql/unstable/objects/TransactionVoidUserError.md --- # Transaction​Void​User​Error object An error that occurs during the execution of `TransactionVoid`. ## Fields * code [Transaction​Void​User​Error​Code](https://shopify.dev/docs/api/admin-graphql/unstable/enums/TransactionVoidUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/admin-graphql/unstable/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [transaction​Void](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/transactionVoid) mutation Trigger the voiding of an uncaptured authorization transaction. *** ## <\~> TransactionVoidUserError Mutations ### Mutated by * <\~>[transaction​Void](https://shopify.dev/docs/api/admin-graphql/unstable/mutations/transactionVoid) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError) interface *** ## ||-TransactionVoidUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/admin-graphql/unstable/interfaces/DisplayableError)