File: exceptions.rst

package info (click to toggle)
construct 2.10.58%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,780 kB
  • sloc: python: 11,135; makefile: 132
file content (30 lines) | stat: -rw-r--r-- 1,171 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
25
26
27
28
29
30
===============================
Core API: Exception types
===============================

.. autofunction:: construct.ConstructError
.. autofunction:: construct.SizeofError
.. autofunction:: construct.AdaptationError
.. autofunction:: construct.ValidationError
.. autofunction:: construct.StreamError
.. autofunction:: construct.FormatFieldError
.. autofunction:: construct.IntegerError
.. autofunction:: construct.StringError
.. autofunction:: construct.MappingError
.. autofunction:: construct.RangeError
.. autofunction:: construct.RepeatError
.. autofunction:: construct.ConstError
.. autofunction:: construct.IndexFieldError
.. autofunction:: construct.CheckError
.. autofunction:: construct.ExplicitError
.. autofunction:: construct.NamedTupleError
.. autofunction:: construct.TimestampError
.. autofunction:: construct.UnionError
.. autofunction:: construct.SelectError
.. autofunction:: construct.SwitchError
.. autofunction:: construct.StopFieldError
.. autofunction:: construct.PaddingError
.. autofunction:: construct.TerminatedError
.. autofunction:: construct.RawCopyError
.. autofunction:: construct.ChecksumError
.. autofunction:: construct.CancelParsing