File: exceptions.rst

package info (click to toggle)
python-xarray 2026.01.0-2
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 13,676 kB
  • sloc: python: 120,278; makefile: 269
file content (24 lines) | stat: -rw-r--r-- 356 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
.. currentmodule:: xarray

Exceptions
==========

.. autosummary::
   :toctree: ../generated/

   AlignmentError
   CoordinateValidationError
   MergeError
   SerializationWarning

DataTree
--------

Exceptions raised when manipulating trees.

.. autosummary::
   :toctree: ../generated/

   TreeIsomorphismError
   InvalidTreeError
   NotFoundInTreeError