Skip to main content

TransactionEventReportError

No description

type TransactionEventReportError {
field: String
message: String
code: TransactionEventReportErrorCode!
}

Fields

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

TransactionEventReportError.message ● String scalar miscellaneous

The error message.

TransactionEventReportError.code ● TransactionEventReportErrorCode! non-null enum payments

The error code.

Member Of

TransactionEventReport object