Error handling
Error report
When an HTTP error occurs, an error report is returned with the following information:
Property | Type | Description and value |
---|---|---|
Message | string | The description of the error. |
Type | string | The type of the error (e.g., param_error , ressource_not_found , etc.) |
Id | string | The unique identifier of the error. This information may be requested by our Support team when investigating an issue. |
Date | Unix timestamp | The date and time at which the error occurred. |
Errors | object | The list of issues that triggered the HTTP error. |
Example HTTP errors
The following examples show the HTTP error report. Further examples are given in the responses to a given endpoint where relevant and valuable.
400 Bad Request
400 Bad Request
403 Forbidden
404 Not Found
409 Conflict
Was this page helpful?