# DisplayableError - payments-apps - INTERFACE Version: 2024-10 ## Description Represents an error in the input of a mutation. ### Access Scopes ## Fields * [field](/docs/api/payments-apps/2024-10/scalars/String): String - The path to the input field that caused the error. * [message](/docs/api/payments-apps/2024-10/scalars/String): String! - The error message. ## Connections ## Types implemented in * [CaptureSessionRejectUserError](/docs/api/payments-apps/2024-10/objects/CaptureSessionRejectUserError) * [CaptureSessionResolveUserError](/docs/api/payments-apps/2024-10/objects/CaptureSessionResolveUserError) * [PaymentSessionConfirmUserError](/docs/api/payments-apps/2024-10/objects/PaymentSessionConfirmUserError) * [PaymentSessionPendingUserError](/docs/api/payments-apps/2024-10/objects/PaymentSessionPendingUserError) * [PaymentSessionRedirectUserError](/docs/api/payments-apps/2024-10/objects/PaymentSessionRedirectUserError) * [RefundSessionRejectUserError](/docs/api/payments-apps/2024-10/objects/RefundSessionRejectUserError) * [RefundSessionResolveUserError](/docs/api/payments-apps/2024-10/objects/RefundSessionResolveUserError) * [UserError](/docs/api/payments-apps/2024-10/objects/UserError) * [VerificationSessionUserError](/docs/api/payments-apps/2024-10/objects/VerificationSessionUserError) * [VoidSessionRejectUserError](/docs/api/payments-apps/2024-10/objects/VoidSessionRejectUserError) * [VoidSessionResolveUserError](/docs/api/payments-apps/2024-10/objects/VoidSessionResolveUserError) ## Examples