pyx12.errors

pyx12 package exception classes.

Exceptions

XML_Reader_Error

Class for XML Reader errors.

X12Error

Base class for X12N format errors.

GSError

Errors in the GS or GE segements.

EngineError

Base class for translation engine errors.

IterOutOfBounds

Iterator is out of bounds

IterDone

Iterator is Complete

IsValidError

Exception for invalid X12 type errors

X12PathError

Exception for invalid X12 path errors

Module Contents

exception pyx12.errors.XML_Reader_Error[source]

Bases: Exception

Class for XML Reader errors.

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.X12Error[source]

Bases: Exception

Base class for X12N format errors.

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.GSError[source]

Bases: X12Error

Errors in the GS or GE segements.

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.EngineError[source]

Bases: Exception

Base class for translation engine errors.

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.IterOutOfBounds[source]

Bases: Exception

Iterator is out of bounds

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.IterDone[source]

Bases: Exception

Iterator is Complete

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.IsValidError[source]

Bases: Exception

Exception for invalid X12 type errors

Initialize self. See help(type(self)) for accurate signature.

exception pyx12.errors.X12PathError[source]

Bases: Exception

Exception for invalid X12 path errors

Initialize self. See help(type(self)) for accurate signature.