BatchError
An error occured during the submission of a batch or it failed validation
type BatchError {
batchErrorReason: String!
batchErrorDescription: String!
date: Date!
}
An error occured during the submission of a batch or it failed validation
type BatchError {
batchErrorReason: String!
batchErrorDescription: String!
date: Date!
}
batchErrorReason ● String! non-null scalarbatchErrorDescription ● String! non-null scalardate ● Date! non-null scalar