Skip to main content

Shared errors

Possible errors shared by all requests

HTTP CodeMessageDescriptionCode
401No token provided when requiredAuthentication header not passed when it was required120050
403Wrong token providedA private token was required, and a public token was handed over120051
400Fields validation failedError during input data validation120046
404"Object name" with id "Object id" not foundRequested object not found by id120024
500Oops! A fatal error occurred. Try it again later.Error occurred on the server120047

Error body example

{
"code": "120046",
"description": "Fields validation is failed",
"data": null
}