Skip to main content

TransactionProcessError

No description

type TransactionProcessError {
field: String
message: String
code: TransactionProcessErrorCode!
}

Fields

TransactionProcessError.field ● String scalar miscellaneous

Name of a field that caused the error. A value of null indicates that the error isn't associated with a particular field.

TransactionProcessError.message ● String scalar miscellaneous

The error message.

TransactionProcessError.code ● TransactionProcessErrorCode! non-null enum payments

The error code.

Member Of

TransactionProcess object