The following are the possible error responses of the Roku Ads API.
| Error | Description |
|---|---|
| 401 - Unauthorized error | Client ID is missing or invalid. See Authentication. |
| 403 - Forbidden error | The authenticated user doesn't have access to this resource. This is an issue with permissions but not with authentication. |
| 404 - Unprocessable Entity error | Couldn't find the requested resource. |
| 422 - Unprocessable entity error | The structure of the request is incorrect or some part of the content is preventing it from being fulfilled. |
| 429 - Too many requests | Rate limits have been exceeded, too many requests made associated with this IP address. |
| 500 - Internal server error | Internal server error, try again later. If this error persists, contact: [email protected] |