API Error Code Reference
Some Synerise APIs use a standardized error library. The code descriptions listed in the table below will help you locate the source of the problem.
If an endpoint implements errors differently, they are described in that endpoint's entry in the API Reference.
{ "errorName": "ForbiddenError", "description": "The client does not have access rights to the content", "httpResponse": { "errorCode": "ERR-004", "message": "Forbidden error", "httpStatus": 403, "help": true } }