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": (integer)
     "message": (string)
   }
}
| Parameter | Type | Description | 
| 
 | integer | Error code. | 
| 
 | string | An error message or a list of blank fields. | 
Was the article helpful?
Previous