Error codes

You can use the codes to find out results of operations. The following error codes are supported in the current API.

HTTP code

ID

Text description

401

0

The user is not logged in.

400

  • 1
  • 4
  • Invalid request.
  • Validation error.

409

2

Conflict.

403

3

Access denied.

500

5

Internal service error.

404

6

The object or resource was not found.

429

7

Exceeded the quota for the number of requests.

406

8

Invalid header passed.

415

9

The data type is not supported.

If an error occurred during the operation, the result has the following format:

JSON

{
  "errors": [
    {
      "detail": "{string}",
      "title": "{string}",
      "id":"{string}"
    }
  ]
}
Parameter Description
detail Error details.
Title Text description.
Id Error ID.