forked from docs/doc-exports
Reviewed-by: Hasko, Vladimir <vladimir.hasko@t-systems.com> Co-authored-by: gtema <artem.goncharov@gmail.com> Co-committed-by: gtema <artem.goncharov@gmail.com>
4.6 KiB
4.6 KiB
Status Codes
Status Code |
Status |
Description |
---|---|---|
200 |
OK |
Request processed successfully. |
204 |
No Content |
The request is processed successfully and no content is returned. |
400 |
Bad Request |
The request parameter is incorrect. |
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. |
500 |
Internal Server Error |
Internal service error. |
Parent topic: Appendix