--- title: VoidSessionResolveUserError - Payments Apps API description: An error that occurs during the execution of `VoidSessionResolve`. api_version: 2025-01 api_name: payments-apps type: object api_type: graphql source_url: html: >- https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionResolveUserError md: >- https://shopify.dev/docs/api/payments-apps/2025-01/objects/VoidSessionResolveUserError.md --- # Void​Session​Resolve​User​Error object An error that occurs during the execution of `VoidSessionResolve`. ## Fields * code [Void​Session​Resolve​User​Error​Code](https://shopify.dev/docs/api/payments-apps/2025-01/enums/VoidSessionResolveUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/payments-apps/2025-01/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/payments-apps/2025-01/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [void​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/voidSessionResolve) mutation Resolves an open void session. After the `voidSessionResolve` mutation completes on a given void session, any `voidSessionReject` mutation attempts will fail. Subsequent `voidSessionResolve` mutation attempts will succeed, but the `Details` argument will be ignored. *** ## <\~> VoidSessionResolveUserError Mutations ### Mutated by * <\~>[void​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/voidSessionResolve) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError) interface *** ## ||-VoidSessionResolveUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError)