Skip to content

ErrorListObject

Field Type Required Description
code number
entity string
entityId `string object`
entityIndex integer
reason string
catalogCode string
subentityPath `array[string number]`
validationErrors array[ValidationErrorResult]
{
"code": 400,
"entity": "planet",
"entityId": "pluto",
"entityIndex": 1,
"reason": "Planet pluto was not found (did you mean dwarf planet pluto?)",
"catalogCode": "string",
"subentityPath": [
"categories",
0
],
"validationErrors": [
{
"code": "MAX_LENGTH",
"message": "Name too long",
"description": "Property Name is too long",
"path": [
"name"
]
}
]
}