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 |
Example
Section titled “Example”{ "statusCode": 0, "code": "string", "message": "string"}
