File: exceptions.rst

package info (click to toggle)
eodag 3.10.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 48,500 kB
  • sloc: python: 41,542; xml: 3,791; makefile: 27; sh: 9
file content (19 lines) | stat: -rw-r--r-- 719 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
==========
Exceptions
==========

This section provides an overview of the exceptions used in the EODAG library.
Exceptions are used to handle errors and unexpected situations that may occur during the execution of the library's functionality.
Below, you will find the list of exception classes defined in EODAG and their purposes.

Additionally, if you have the `eodag-cube` extension installed, you will have access to extra exception classes specific to its functionality.

.. automodule:: eodag.utils.exceptions
   :members:

.. warning::

   The following classes will only be available with `eodag-cube <https://github.com/CS-SI/eodag-cube>`__ installed.

.. automodule:: eodag_cube.utils.exceptions
   :members: