Status Code
Table 1 lists the status code.
| Status Code | Returned Value | Description |
|---|---|---|
| 200 | OK | The results of GET and PUT operations are returned normally. |
| 201 | OK | The POST request is successful and the query result is returned. |
| 204 | No Content | The result of the DELETE operation is returned normally. |
| 400 | Bad Request | Request error. |
| 401 | Unauthorized | The authentication information is unavailable or incorrect. |
| 403 | Forbidden | You are forbidden to access the page requested. |
| 404 | Not Found | The server failed to find the requested resource. |
| 408 | Request Timeout | The request timed out. |
| 429 | Too Many Requests | The number of requests exceeded the upper limit. |
| 500 | Internal Server Error | Failed to complete the request because of an internal service error. |
| 503 | Service Unavailable | Failed to complete the request because the system is unavailable. |
Last Article: Public Parameters
Next Article: Error Code
Did this article solve your problem?
Thank you for your score!Your feedback would help us improve the website.