CheckoutError
An error that occurred during checkout validation
type CheckoutError {
code: CheckoutErrorCode!
details: JSON
message: String!
}
Fields
CheckoutError.code
● CheckoutErrorCode!
non-null enum
A CompleteCheckoutErrorCode
CheckoutError.details
● JSON
scalar
A JSON object containing specific details about the error
CheckoutError.message
● String!
non-null scalar
A human readable error message
Member of
ValidateCheckoutResponse
object