Skip to main content
Version: 3.x

TransactionProcessError

No description

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

Fields

TransactionProcessError.field ● String scalar

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

The error message.

TransactionProcessError.code ● TransactionProcessErrorCode! non-null enum

The error code.

Member of

TransactionProcess object


Was this page helpful?