File: exceptions.rst

package info (click to toggle)
python-agate 1.13.0-1~exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 2,008 kB
  • sloc: python: 8,578; makefile: 126
file content (16 lines) | stat: -rw-r--r-- 360 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
============
Exceptions
============

.. autosummary::
    :nosignatures:

    agate.DataTypeError
    agate.UnsupportedAggregationError
    agate.CastError
    agate.FieldSizeLimitError

.. autoexception:: agate.DataTypeError
.. autoexception:: agate.UnsupportedAggregationError
.. autoexception:: agate.CastError
.. autoexception:: agate.FieldSizeLimitError