Skip to main content
interface

Represents an error in the input of a mutation.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.


Was this section helpful?

Anchor to Types implemented inTypes implemented in

OBJECT

An error that occurs during the execution of CaptureSessionReject.

CaptureSessionRejectUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of CaptureSessionResolve.

CaptureSessionResolveUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of PaymentSessionConfirm.

PaymentSessionConfirmUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of PaymentSessionModal.

PaymentSessionModalUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

Represents a payment session custom error.

PaymentSessionPendingUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of PaymentSessionRedirect.

PaymentSessionRedirectUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of RefundSessionReject.

RefundSessionRejectUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of RefundSessionResolve.

RefundSessionResolveUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error in the input of a mutation. Mutations return UserError objects to indicate validation failures, such as invalid field values or business logic violations, that prevent the operation from completing.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

Represents a verification session custom error.

VerificationSessionUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of VoidSessionReject.

VoidSessionRejectUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.

OBJECT

An error that occurs during the execution of VoidSessionResolve.

VoidSessionResolveUserErrorCode

The error code.

[String!]

The path to the input field that caused the error.

String!
non-null

The error message.


Was this section helpful?