# CaptureSessionRejectUserError - payments_apps - OBJECT Version: 2025-01 ## Description An error that occurs during the execution of `CaptureSessionReject`. ### Access Scopes ## Fields * [code](/docs/api/payments_apps/2025-01/enums/CaptureSessionRejectUserErrorCode): CaptureSessionRejectUserErrorCode - The error code. * [field](/docs/api/payments_apps/2025-01/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/payments_apps/2025-01/scalars/String): String! - The error message. ## Connections ## Related queries ## Related mutations * [captureSessionReject](/docs/api/payments_apps/2025-01/mutations/captureSessionReject) Rejects an open capture session. After the `captureSessionReject` mutation completes on a given capture session, any `captureSessionResolve` mutation attempts will fail. Subsequent `captureSessionReject` mutation attempts will succeed, but the `reason` argument will be ignored. ## Related Unions ## Examples