Errors
Please refer to the Therapy and Monitoring Manager and Device Manager service documentation for a complete list of expected errors. In the Usage section of the documentation for each endpoint is provided a list with all possible response errors.
Generic error
If something goes wrong during the request, the response has a 4xx
or 5xx
status code, specifies the kind of error and contains a message with a description of the error. The response payload looks like this:
{
"statusCode": "400",
"error": "Bad request",
"message": "Exception description"
}