All possible status codes
Status Code | Description | Details |
---|---|---|
200 | OK | The request has succeeded. |
400 | Bad Request | A problem reading or understanding the request. |
401 | Unauthorized | Authentication required. |
403 | Forbidden | Insufficient permissions to process the request. |
404 | Not Found | The server has not found anything matching the Request-URI. |
429 | Too Many Requests | Sent too many requests in a given amount of time ("rate limiting"). |
500 | Internal Server Error | Unexpected generic error. |
504 | Gateway Timeout | Unexpected error related to the gateway, DNS, proxy. |