ym88659208ym87991671
Common error in query processing (common error) | Documentation for developers

Common error in query processing (common error)

Last updated on May 25, 2023

The structure describes a common error. This error is only returned, if a Device-specific error (error) cannot be returned and when an error can be localized to a specific device, such device-specific error should be posted.

FieldTypeMandatory?Description
codeinteger✔︎Error code. The following codes may be used:
  • 400 - query validation error
  • 401 – authorization error
  • 403 – token verification error
  • 500 – internal system error
  • 503 – server unavailable
messagestring✔︎Free-format error description
detailslist<string>More details of the error
{
"code": integer,
"message": string,
"details": list<string>
}

Example of error description

The example describes a situation when the request was not processed due to the 500 Internal Server Error. For example, a request to delete devices was not executed.

{
"code": 500,
"message": "System error",
"details": [{"key1", "key2"}]
}
Sber process cookies only to personalize services according to Cookies Usage Policy. You can prevent the processing of cookies in your browser settings.