- 27 Mar 2025
- DarkLight
Response Codes
- Updated on 27 Mar 2025
- DarkLight
Successful & Informational Responses (2xx–3xx)
Status Code | Meaning | Description |
---|---|---|
| Success | The request was successful, and the response body contains the result. |
| Resource Created | The request was successful, and a new resource was created. |
| Request Accepted | The request has been accepted for processing, but it’s not completed yet. |
| Success, No Body | The request was successful, but there's no content in the response body. |
| Cached Response | The resource has not been modified since the last request. No need to resend the data. |
Client Error Responses (4xx)
Status Code | Meaning | Description |
---|---|---|
| Invalid Input | The server couldn't understand the request due to invalid syntax or parameters. |
| Auth Required | Authentication is required or has failed. |
| Access Denied | You don’t have permission to access this resource. |
| Resource Missing | The requested resource doesn’t exist. |
| Resource Conflict | The request conflicts with the current state (e.g. duplicate entry). |
| Validation Failed | Server understands the request but cannot process it due to semantic errors. |
Server Error Responses (5xx)
Status Code | Meaning | Description |
---|---|---|
| Generic Error | Something went wrong on the server. |
| Invalid Upstream | Server received an invalid response from another server. |
| Temporarily Down | Server is overloaded or down for maintenance. |
| Upstream Timeout | Server didn’t get a timely response from another server. |