Skip to content

BatchErrors

Field Type Required Description
errors array[BatchError]
{
"errors": [
{
"entityIndex": 0,
"entity": "string",
"entityId": "string",
"code": 0,
"reason": "string",
"subentityPath": []
}
]
}