Skip to main content
Object implements IGraphQlError

Fields

message
required
A human readable description of the error.
dateTimeUtc
required
The UTC datetime the error occurred.
errorDateTime
required
The UTC datetime the error occurred.
transactionId
required
Unique ID for the transaction assigned by Tesouro.
processorResponseCode
required
Tesouro response code indicating the error.
{
  "message": "xyz789",
  "dateTimeUtc": "2007-12-03T10:15:30Z",
  "errorDateTime": "2007-12-03T10:15:30Z",
  "transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "processorResponseCode": "A0000"
}