--- title: CaptureSessionResolveUserError - Payments Apps API description: An error that occurs during the execution of `CaptureSessionResolve`. api_version: 2025-10 api_name: payments-apps type: object api_type: graphql source_url: html: https://shopify.dev/docs/api/payments-apps/latest/objects/capturesessionresolveusererror md: https://shopify.dev/docs/api/payments-apps/latest/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/latest/enums/CaptureSessionResolveUserErrorCode) The error code. * field [\[String!\]](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) The path to the input field that caused the error. * message [String!](https://shopify.dev/docs/api/payments-apps/latest/scalars/String) non-null The error message. *** ## Map No referencing types *** ## Mutations * [capture​Session​Resolve](https://shopify.dev/docs/api/payments-apps/latest/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/latest/mutations/captureSessionResolve) *** ## Interfaces * [Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError) interface *** ## ||-CaptureSessionResolveUserError Implements ### Implements * ||-[Displayable​Error](https://shopify.dev/docs/api/payments-apps/latest/interfaces/DisplayableError)