The pysnmp.asn1.encoding package - error handling

Components of pysnmp.asn1.encoding package may raise exceptions based on the following classes:

class EncodingError([err_msg])

Instances of this class represent an exception occurred in the pysnmp.asn1.encoding code. This is a subclass of pysnmp.asn1.error.Asn1Error class, and a base class for more specific, package-wide exceptions.


Subsections

Neither of the above classes defines additional methods to their base classes.


ilya@glas.net