Status Code | Error Code | Message | Description |
---|
400 | BAD REQUEST | The request or the authentication considered is invalid. |
400 | INVALID_DATA | The ID given is invalid. |
401 | AUTHORIZATION ERROR | Invalid API key provided. |
403 | FORBIDDEN | No permission to do the operation. |
404 | NOT FOUND | Invalid request. |
405 | METHOD NOT ALLOWED | The specified method is not allowed. |
413 | REQUEST ENTITY TOO LARGE | The server did not accept the request while uploading a file, since the limited file size has exceeded. |
415 | UNSUPPORTED MEDIA TYPE | The server did not accept the request while uploading a file, since the media/ file type is not supported. |
429 | TOO MANY REQUESTS | Number of API requests for the 24 hour period is exceeded or the concurrency limit of the user for the app is exceeded. |
500 | INTERNAL SERVER ERROR | Generic error that is encountered due to an unexpected server error. |