error_with_entity_object
errors object[]
Array [
codestringrequired
Example:
NOT_FOUNDentity object
idintegernullable
Record ID
resourcestringnullable
REST resource name
descriptionstringnullablerequired
Error description
]
error_with_entity_object
{
"errors": [
{
"code": "NOT_FOUND",
"entity": {
"id": 0,
"resource": "string",
"description": "string"
}
}
]
}