Skip to content

ExtendedError

Field Type Required Description
statusCode number
code string machine readable error code
message string yes human readable error code
additionalInfo object additional machine readable information about failing entities
{
"statusCode": 0,
"code": "string",
"message": "string"
}