Errors
Last updated
Last updated
Requests made to our APIs can result in several different error responses. The following document describes error values.
The Error
has the following properties:
Property | Type | Description |
---|---|---|
Code | Name | HTTP Status Code | Description |
---|---|---|---|
Visit the Rate limits and quotas for more information regarding Rate limiting errors.
code
string
Error code constant represented as a string
message
string
Error message depending on the type of error and an API resource
invalid_input
InvalidParamError
400
Invalid client input parameters
unauthorized
UnauthorizedError
401
Client is not authorized
access_denied
AccessDeniedError
403
Entity
or resource access is forbidden
not_found
NotFoundError
404
Entity
not found
duplicate_entity
DuplicateEntityError
409
Entity
already exist