2
0
mirror of https://github.com/LonamiWebs/Telethon synced 2025-08-22 09:57:32 +00:00

21 lines
463 B
ReStructuredText
Raw Normal View History

2019-05-09 12:24:37 +02:00
.. _telethon-errors:
==========
API Errors
==========
These are the base errors that Telegram's API may raise.
2019-12-27 11:27:00 +01:00
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.
2019-05-09 12:24:37 +02:00
.. automodule:: telethon.errors.common
:members:
:undoc-members:
:show-inheritance:
.. automodule:: telethon.errors.rpcbaseerrors
:members:
:undoc-members:
:show-inheritance: