Response codes and errors

HTTP response codes are shown in the table.

Value

Description

204

No data that's required for building the report

400

The request parameters are specified incorrectly

403

No access to the requested information

429

Limit for downloading reports exceeded

If an error occurs, the following structure is returned:

{
  "error": {
      "code": (int)
      "message": (string)
  }
}

Parameter

Type

Description

code

int

Error code.

message

string

An error message or a list of blank fields.