:original_name: waf_02_0085.html
.. _waf_02_0085:
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. |
+-------------+--------------------+----------------------------------------------------------------------------------------------+