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.

•OBJECT

An error that occurs during the execution of CaptureSessionResolve.

•OBJECT

An error that occurs during the execution of PaymentSessionConfirm.

•OBJECT

An error that occurs during the execution of PaymentSessionModal.

•OBJECT

Represents a payment session custom error.

•OBJECT

An error that occurs during the execution of PaymentSessionRedirect.

•OBJECT

An error that occurs during the execution of RefundSessionReject.

•OBJECT

An error that occurs during the execution of RefundSessionResolve.

•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.

•OBJECT

Represents a verification session custom error.

•OBJECT

An error that occurs during the execution of VoidSessionReject.

•OBJECT

An error that occurs during the execution of VoidSessionResolve.


Was this section helpful?