GraphQL/Objects
RecordError
No description
type RecordError {
recordType: String!
animalIdentity: RecordErrorAnimalIdentity!
errorCode: String!
errorMessage: String!
}Fields
RecordError.recordType ● String! non-null scalar
The record type that failed.
RecordError.animalIdentity ● RecordErrorAnimalIdentity! non-null object
The animal identity from the failed record, for correlation.
RecordError.errorCode ● String! non-null scalar
RecordError.errorMessage ● String! non-null scalar
Member Of
object