forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: Li, Qiao <qiaoli@huawei.com> Co-committed-by: Li, Qiao <qiaoli@huawei.com>
5.7 KiB
5.7 KiB
Status Codes
Status Code |
Description |
Meaning |
---|---|---|
200 |
OK |
The request has succeeded. |
204 |
No Content |
The server successfully processed the request and is not returning any content. |
400 |
Bad Request |
Incorrect parameter |
401 |
Unauthorized |
Authentication failed. |
403 |
Forbidden |
No permission. The access is denied. |
404 |
Not Found |
The requested resource could not be found. |
406 |
Not Acceptable |
The request is unacceptable. |
409 |
Conflict |
The request could not be processed because of conflict in the current state of the resource. |
500 |
Internal Error |
Internal server error |
503 |
Server Unavailable |
The server is currently unavailable. |
Parent topic: Appendix