LINK="#0000bb" VLINK="#551a8b" ALINK="#ff0000">

The pysnmp.mapping package - error handling

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

class TransportError([err_msg])

Instances of this class represent an exception occurred in the pysnmp.mapping code. This is a subclass of pysnmp.error.PySNNPError 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