forked from laiweijian4/doc-exports
Reviewed-by: Sabelnikov, Dmitriy <dmitriy.sabelnikov@t-systems.com> Co-authored-by: zhangyue <zhangyue164@huawei.com> Co-committed-by: zhangyue <zhangyue164@huawei.com>
2.7 KiB
2.7 KiB
Status Codes
Table 1 lists the status codes and prompt message returned by the server to the user.
Status Code |
Description |
---|---|
2xx |
Indicates that the server has successfully returned the requested data. |
4xx |
Indicates that the request sent from the client is incorrect, so the server does not create or modify data. |
5xx |
Indicates that an error occurs on the server, and the user does not know whether the request has been successfully sent. |

Send API requests using the HTTP/HTTPS format that complies with https://www.ietf.org/rfc/rfc2616.txt.
Parent topic: Appendixes