Error handling
Errors
Error object
Whenever an error occurs in an API request, the API will respond with an error object containing a status code and a message describing the error.
The error object is JSON encoded and has the following format:
Error codes
Below you will find a list of all available error codes which the API can respond with.
| StatusCode | Description |
|---|---|
| 400 | Invalid argument(s) in request. |
| 401 | Unauthorized access request to resource. |
| 404 | Resource not found. Invalid resource ID. |
| 429 | Too many requests. Try again later. |
| 500 | Internal error. |