- 1 Minute to read
Error Codes
- 1 Minute to read
This article describes DSP Reporting API error codes.
Error to Response Codes
The DSP Reporting API returns the following common error codes:
Error Code | Response Code | Message | Event |
---|---|---|---|
|
| Unauthorized | The user does not have access to DSP. |
|
| Unauthorized API access | The user does not have the API flag enabled and cannot access the application directly via API; only UI access is allowed. |
|
| Unauthorized, access token expired | OAuth access token expired, user needs to get a refreshed access token. |
|
| Report object not found | Report does not exist with the given customer report ID. |
|
| Malformed request | The JSON request is malformed. |
|
| User ID mismatch. Access denied | The authorized user ID does not match the user ID in the payload. |
|
| Unauthorized, no permission to access seat ID | User is trying to request data for a seat ID which the user does not have permissions to access. |
|
| Malformed request - <field name> Example: Malformed request - currency ID. | The request payload is malformed and the currency ID has invalid values. |
|
| DSP Reporting API is having issues, please try again later. | General system issues where the reporting API is not available. |
|
| Requests Per Minute limit reached. Please try again later. | User is trying to issue more requests per minute than the allowed limit for the seat. |
|
| Total row count limit for the day reached. Please try your report request tomorrow. | User has already reached the total allowed rows of reporting data for the day (per seat) and is trying to issue more report requests. |
|
| You have reached the daily request limit for your seat. Please try your report request tomorrow. | User is trying to issue requests more than the daily allowed request limit for the seat. |
|
| You are requesting data for a restricted dimension combo, please validate your request. | User is requesting data from restricted dimensions outside of the allowed date range/interval. |
|
| Report rows exceed allowed limit. | Expected rows exceed the maximum allowed limit. |
| – | Report generation took longer than allowed limit of {0} hours. | |
|
| Failed to store generated report. | Report was generated but could not be saved. |
– | – | Internal Server Error | We had a problem with our server. Try again later. |