Error#
About#
Contains an error message.
Fields#
| Name | Type | Required | Description |
|---|---|---|---|
| id | integer | Yes | Error id |
| error | string | Yes | Error name |
| numericCode | integer | Numeric error code | |
| stringCode | string | String error code | |
| message | string | Yes | Human-readable error message |
| details | object | Additional information about error. Used to supply validation error details |
Example#
{
"id": 7,
"error": "NotFoundError",
"message": "Account id 865d3a4d-3803-486d-bdf3-a85679d9fad2 is not found for user Mike"
}
Usages#
All responses of REST API