Shared Errors
Possible errors shared by all requests
HTTP Code | Message | Description | Code |
401 | No token provided when required | Authentication header not passed when it was required | 120050 |
403 | Wrong token provided | A private token was required, and a public token was handed over | 120051 |
400 | Fields validation failed | Error during input data validation | 120046 |
404 | "Object name" with id "Object id" not found | Requested object not found by id | 120024 |
500 | Oops! A fatal error occurred. Try it again later. | Error occurred on the server | 120047 |
Error body example
{
"code": "120046",
"description": "Fields validation is failed",
"data": null
}