File: errors.rst

package info (click to toggle)
python-telethon 1.40.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,508 kB
  • sloc: python: 16,125; javascript: 200; makefile: 16; sh: 11
file content (20 lines) | stat: -rw-r--r-- 463 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.. _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: