Status Codes
| Status Code | Status | Description |
|---|---|---|
| 200 | OK | Request processed successfully. |
| 202 | Accept | The job was successfully delivered. However, it will be postponed because the system is busy currently. |
| 204 | No Content | The request is processed successfully and no content is returned. |
| 300 | multiple choices | The requested resource has multiple available responses. |
| 400 | Bad Request | The request parameter is incorrect. |
| 401 | Unauthorized | You need to enter the username and password to access the requested page. |
| 403 | Forbidden | The server understood the request, but is refusing to fulfill it. |
| 404 | Not Found | The requested resource does not exist or not found. |
| 405 | Method Not Allowed | The method specified in the request is not allowed. |
| 406 | Not Acceptable | The response generated by the server cannot be accepted by the client. |
| 407 | Proxy Authentication Required | You must use the proxy server for authentication. Then, the request can be processed. |
| 408 | Request Timeout | The request timed out. |
| 409 | Conflict | The request cannot be processed due to a conflict. |
| 500 | Internal Server Error | Internal service error. |
| 501 | Not Implemented | Failed to complete the request. The server does not support the requested function. |
| 502 | Bad Gateway | Failed to complete the request, because the server receives an invalid request. |
| 503 | Service Unavailable | Failed to complete the request due to system exception. |
| 504 | Gateway Timeout | A gateway timeout error occurs. |
Last Article: Appendix
Next Article: Error Codes
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.