ErrorResultDocument
Represents a failed document in a batch operation.
errorstringnullable
The error message describing why the operation failed.
inputIndexint32
statusCodeint32
externalInvoiceIdstringnullable
The external invoice identifier from the request.
ErrorResultDocument
{
"error": "string",
"inputIndex": 0,
"statusCode": 0,
"externalInvoiceId": "string"
}