Error handling

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).

FieldTypeDescription
messagestringError message with structure CONTROLLER_ACTION_ERROR
codeintegerCode/Number of the error. Check pages on error messages for details
additionalInfoobjectAdditional information for this error