| |
- PySnmpError(Exception)
-
- PySNMPError
-
- BEREngineError
-
- BadEncoding
- BadIPAddress
- BadObjectID
- BadSubObjectID
- OverFlow
- TypeMismatch
- UnknownTag
- BadArgument
- SNMPEngineError
-
- BadCommunity
- BadPDUType
- BadRequestID
- BadVersion
- EmptyResponse
- NoResponse
- NotConnected
- TransportError
- SNMPError
class SNMPError(PySNMPError) |
|
RFC 1157 SNMP errors |
|
- Method resolution order:
- SNMPError
- PySNMPError
- PySnmpError
- Exception
Methods defined here:
- __init__(self, status, index)
- __str__(self)
- Return verbose error message if known
Data and other attributes defined here:
- errors = ['(noError) No Error', '(tooBig) Response message would have been too large.', '(noSuchName) There is no such variable name in this MIB.', '(badValue) The value given has the wrong type or length.', '(readOnly) The two parties used do not have access to use the specified SNMP PDU.', '(genError) A general failure occured.', '(noAccess) Access denied.', '(wrongType) Wrong BER type', '(wrongLength) Wrong BER length.', '(wrongEncoding) Wrong BER encoding.', '(wrongValue) Wrong value.', '(noCreation) ', '(inconsistentValue) ', '(resourceUnavailable) ', '(commitFailed) ', '(undoFailed) ', '(authorizationError) ', '(notWritable) ', '(inconsistentName) ']
Methods inherited from PySnmpError:
- __nonzero__(self)
- __repr__(self)
Methods inherited from Exception:
- __getitem__(...)
|
|