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.
The JSON fragment below is an example of a standard error.
If an endpoint implements errors differently, they are described in that endpoint's entry in the API Reference.
{ "errorCode": "VLD-001", "message": "Field is invalid", "httpStatus": 400, "help": "http://developers.synerise.com/errors.html#VLD-001", "timestamp": "2024-01-17T14:30:54.372086794Z", "traceId": "9615532a-6719-49bf-84a1-8a06e6295adf" }