Skip to content

ErrorListObject

Field Type Required Description
code number
entity string
entityId string
entityIndex number
reason string
subentityPath `array[number string]`
{
"code": 400,
"entity": "planet",
"entityId": "pluto",
"entityIndex": 1,
"reason": "Planet pluto was not found (did you mean dwarf planet pluto?)",
"subentityPath": []
}