Introduction
Below are listed the error codes that the platform can return, either directly within Connect API error responses or set as fields in result objects for async operations (for example inside the command execution object). Listed is a reference of the different places that an error can appear, and then a table of all the errors.Places where error codes shown
CONNECT_API
Inside API error responses (IE with http status error codes) when calling endpoints in the Connect API, returned in the response in the error field. The full schema is:| Field | Type | Description |
|---|---|---|
| requestId | string | ID of the request. |
| timestamp | string | An ISO8601 formatted date and time of error. |
| error | string | Error type (see list below). |
| message | string | A human-friendly short description of the error. |
| data | object | Optional. Any additional data that helps the debug. |

