Skip to content

ErrorListObject

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