Skip to main content
OBJECT

Fields

message
String!
required
A human readable description of the error.
transactionId
UUID!
required
Unique ID for the transaction assigned by Tesouro.
dateTimeUtc
DateTime!
required
deprecated
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.Deprecated: Use errorDateTime instead.
errorDateTime
DateTime!
required
The date and time, in UTC, that the error occured. Formatted as 2024-03-27T02:40:00Z.
processorResponseCode
ProcessorResponseCode!
required
Tesouro response code indicating the error.
fieldPath
String!
required
The path to the graphql field in error.
fieldName
String!
required
The name of the graphql field in error.
valueInError
String!
required
The value of the graphql field in error.