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
|