Status Code
- Normal
Status Code
Description
Description
200
OK
The request is successfully processed.
201
Created
The request for creating resources has been fulfilled.
202
Accepted
The request has been accepted, but the processing has not been completed.
204
No Content
The request has been fulfilled, but the HTTP response does not contain a response body.
The status code is returned in response to an HTTP OPTIONS request.
- Abnormal
Status Code
Description
Description
400
Bad Request
It is a bad request.
401
Unauthorized
You do not have permissions to perform this action.
403
Forbidden
Access is denied.
404
Not Found
The page is not found.
405
Method Not Allowed
The request contains one or more methods not supported for the resource.
Modify the request and then try again.
409
Conflict
The request could not be processed due to a conflict with the current state of the resource.
This status code indicates that the resource that the client is attempting to create already exists, or that the requested update cannot be fulfilled due to the conflict.
413
Request Entity Too Large
The request is larger than what the server is able to process. The server may close the connection to prevent the client from continuing the request. If the server cannot process the request temporarily, the response will contain a Retry-After header field.
415
Unsupported Media Type
The server is unable to process the media format in the request.
429
Too Many Requests
The client has sent excessive number of requests to the server within a given time (exceeding the limit on the access frequency of the client), or the server has received an excessive number of requests within a given time (beyond its processing capability). In this case, the client should resend the request after the time specified in the Retry-After header of the response has elapsed.
500
Internal Server Error
There is an internal server error.
501
Not Implemented
The server does not support the function required to fulfill the request.
503
Service Unavailable
The requested service is invalid.
Modify the request and then try again.
Feedback
Was this page helpful?
Provide feedbackThank you very much for your feedback. We will continue working to improve the documentation.See the reply and handling status in My Cloud VOC.
For any further questions, feel free to contact us through the chatbot.
Chatbot