mirror of
https://github.com/LonamiWebs/Telethon.git
synced 2024-11-10 19:46:36 +03:00
21 lines
463 B
ReStructuredText
21 lines
463 B
ReStructuredText
.. _telethon-errors:
|
|
|
|
==========
|
|
API Errors
|
|
==========
|
|
|
|
These are the base errors that Telegram's API may raise.
|
|
|
|
See :ref:`rpc-errors` for a more in-depth explanation on how to handle all
|
|
known possible errors and learning to determine what a method may raise.
|
|
|
|
.. automodule:: telethon.errors.common
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|
|
|
|
.. automodule:: telethon.errors.rpcbaseerrors
|
|
:members:
|
|
:undoc-members:
|
|
:show-inheritance:
|