Skip to main content
Object implements IGraphQlError

Fields

message
required
A human readable description of the error.
transactionId
required
Unique ID for the transaction assigned by Tesouro.
dateTimeUtc
required
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
errorDateTime
required
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
processorResponseCode
required
Tesouro response code indicating the error.
fieldPath
required
The path to the graphql field in error.
fieldName
required
The name of the graphql field in error.
valueInError
required
The value of the graphql field in error.
{
  "message": "abc123",
  "transactionId": "72ef289d-77d4-4696-8a08-da83ed15b751",
  "dateTimeUtc": "2007-12-03T10:15:30Z",
  "errorDateTime": "2007-12-03T10:15:30Z",
  "processorResponseCode": "A0000",
  "fieldPath": "abc123",
  "fieldName": "xyz789",
  "valueInError": "xyz789"
}