Skip to content

Commit

Permalink
[DOCS] [FIX] Fixed title underlines
Browse files Browse the repository at this point in the history
  • Loading branch information
s-kostyuk committed Sep 20, 2017
1 parent f2ba638 commit 84f6f34
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions docs/source/api/handling_errors.rst
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ General
.. _error_1000:

Error 1000: Unsupported content-type
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on POST requests. It may indicate that:

Expand All @@ -64,7 +64,7 @@ HTTP status code: 400.
.. _error_1001:

Error 1001: Failed to decode request body
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on POST requests. It may indicate that:

Expand All @@ -81,7 +81,7 @@ HTTP status code: 400.
.. _error_1003:

Error 1003: Server-side issue
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on any request. It may indicate that:

Expand All @@ -97,7 +97,7 @@ HTTP status code: 500.
.. _error_1004:

Error 1004: Method not allowed
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on all requests. It may indicate that:

Expand All @@ -114,7 +114,7 @@ HTTP status code: 405.
.. _error_1005:

Error 1005: Resource not found
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on all requests. It may indicate that:

Expand All @@ -130,15 +130,15 @@ deleted. This is fine. Just be ready to that.
HTTP status code: 404.

Authorization and authentication
-------
--------------------------------

This section is related to the errors in authorization and
authentication processes.

.. _error_2000:

Error 2000: Missing username
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on POST requests on ``/auth`` endpoint.
It may indicate that:
Expand All @@ -160,7 +160,7 @@ HTTP status code: 400.
.. _error_2001:

Error 2001: Missing username
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on POST requests on ``/auth`` endpoint.
It may indicate that:
Expand All @@ -182,7 +182,7 @@ HTTP status code: 400.
.. _error_2002:

Error 2002: Invalid username and password combination
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on POST requests on ``/auth`` endpoint.
It may indicate that:
Expand All @@ -198,7 +198,7 @@ HTTP status code: 401.
.. _error_2100:

Error 2100: Missing Authorization header
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on all requests on protected resources.
It may indicate that:
Expand All @@ -223,7 +223,7 @@ HTTP status code: 400.
.. _error_2101:

Error 2101: Invalid access token
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

This error can be thrown on all requests on protected resources.
It may indicate that:
Expand Down Expand Up @@ -270,11 +270,11 @@ and to get a corresponding rights.
HTTP status code: 403.

Things
-------
------

FIXME

Placements
-------
----------

FIXME

0 comments on commit 84f6f34

Please sign in to comment.