twistedsnmp
.errors
index
/home/mcfletch/pylive/twistedsnmp/errors.py
Errors specific to TwistedSNMP
Classes
NameError
(
StandardError
)
OIDNameError
class
OIDNameError
(
NameError
)
An OID was specified which is not defined in namespace
Method resolution order:
OIDNameError
NameError
StandardError
Exception
Methods defined here:
__init__
(self, oid, errorIndex
=-1
, errorCode
=2
, message
=''
)
Initialise the
OIDNameError
__repr__
(self)
Represent the
OIDNameError
as a string
__str__
=
__repr__
(self)
Methods inherited from
Exception
:
__getitem__
(...)
Data
badValue
= 3
noError
= 0
noSuchName
= 2
tooBig
= 1