The pysnmp.proto.api.generic package collection - error handling

Components of pysnmp.proto.api.generic package may raise exceptions based on the following classes:

class ProtoApiGenError([err_msg])

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

class BadArgument([err_msg])

Instances of this class represent a bad argument exception occurred in the pysnmp.proto.api.generic code. This is a subclass of ProtoApiGenError class.


Subsections

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


ilya@glas.net