--- title: CaptureSessionResolveUserError - Payments Apps API description: An error that occurs during the execution of `CaptureSessionResolve`. 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/capturesessionresolveusererror md: https://shopify.dev/docs/api/payments-apps/2025-01/objects/capturesessionresolveusererror.md --- # Capture​Session​Resolve​User​Error object An error that occurs during the execution of `CaptureSessionResolve`. ## Fields * code [Capture​Session​Resolve​User​Error​Code](https://shopify.dev/docs/api/payments-apps/2025-01/enums/CaptureSessionResolveUserErrorCode) 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 * [capture​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/captureSessionResolve) mutation Resolves an open capture session. After the `captureSessionResolve` mutation completes on a given capture session, any `captureSessionReject` mutation attempts will fail. Subsequent `captureSessionResolve` mutation attempts will succeed. *** ## <\~> CaptureSessionResolveUserError Mutations ### Mutated by * <\~>[capture​Session​Resolve](https://shopify.dev/docs/api/payments-apps/2025-01/mutations/captureSessionResolve) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError) interface *** ## ||-CaptureSessionResolveUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/2025-01/interfaces/DisplayableError)