Errors
Requests made to our APIs can result in several different error responses. The following document describes error values.
Properties
The Error
has the following properties:
Property | Type | Description |
---|---|---|
|
| Error code constant represented as a string |
|
| Error message depending on the type of error and an API resource |
Error Types
Code | Name | HTTP Status Code | Description |
---|---|---|---|
| InvalidParamError |
| Invalid client input parameters |
| UnauthorizedError |
| Client is not authorized |
| AccessDeniedError |
|
|
| NotFoundError |
|
|
| DuplicateEntityError |
|
|
Example
Rate limiting errors
Visit the Rate limits and quotas for more information regarding Rate limiting errors.
Last updated