We distinguish between warnings and errors
Structure of error messages
Error messages have the following properties (bold = always in response). The statusCode of the response can be in 4xx or 5xx. For 5xx errors, it is recommend to re-play the request after a waiting period (30 seconds is a good start value).
Field | Type | Description |
---|---|---|
message | string | Error message with structure CONTROLLER_ACTION_ERROR |
code | integer | Code/Number of the error. Check pages on error messages for details |
additionalInfo | object | Additional information for this error |