Skip to main content
Version: 3.x

TransactionEventReportError

No description

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

Fields

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

TransactionEventReportError.message ● String scalar

The error message.

TransactionEventReportError.code ● TransactionEventReportErrorCode! non-null enum

The error code.

Member of

TransactionEventReport object


Was this page helpful?