Fix a few more issue styles with RTD (mostly lists/nested md)

This commit is contained in:
Lonami Exo
2018-01-06 13:37:46 +01:00
parent 6f690945f1
commit f2fbdc6416
3 changed files with 30 additions and 27 deletions

View File

@@ -17,11 +17,12 @@ something went wrong on Telegram's server). The most common are:
said operation on a chat or channel. Try avoiding filters, i.e. when
searching messages.
The generic classes for different error codes are: \* ``InvalidDCError``
(303), the request must be repeated on another DC. \*
``BadRequestError`` (400), the request contained errors. \*
``UnauthorizedError`` (401), the user is not authorized yet. \*
``ForbiddenError`` (403), privacy violation error. \* ``NotFoundError``
(404), make sure you're invoking ``Request``\ 's!
The generic classes for different error codes are:
- ``InvalidDCError`` (303), the request must be repeated on another DC.
- ``BadRequestError`` (400), the request contained errors.
- ``UnauthorizedError`` (401), the user is not authorized yet.
- ``ForbiddenError`` (403), privacy violation error.
- ``NotFoundError`` (404), make sure you're invoking ``Request``\ 's!
If the error is not recognised, it will only be an ``RPCError``.