Errors and status codes
You might encounter these errors and status codes when you use REST API requests.
Normal API exceptions are returned as status 400 (Bad Request) with top-level error
attributes presented in the response body.
| HTTP code | Description |
|---|---|
| 200 | Successful request |
| 204 | Successful request; no response body |
| 400 | Bad request |
| 401 | Authorization error |
| 403 | Forbidden: access is not permitted |
| 416 | Requested range not satisfiable: server cannot retrieve the portions of the file that are specified in the HTTP range header |
| 500 | Internal server error |