PduError class

The type of error which occurred while the target device was attempting to respond to the snmp request

Constructors

PduError.fromInt(int value)
Returns the corresponding PduError matched to a given integer value for encoding/decoding

Properties

hashCode int
The hash code for this object.
no setteroverride
name String
Human-readable name of the PDU error
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value int
Integer representation of the PDU error
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
override

Constants

authorizationError → const PduError
Authorization error
badValue → const PduError
Bad value
commitFailed → const PduError
Commit failed
generalError → const PduError
General error
inconsistentName → const PduError
Inconsistent name
inconsistentValue → const PduError
Inconsistent value
noAccess → const PduError
No access
noCreation → const PduError
No creation
noError → const PduError
No error detected
noSuchName → const PduError
No such name
notWritable → const PduError
No writable
readOnly → const PduError
Read only
resourceUnavailable → const PduError
Resource unavailable
tooBig → const PduError
Too big
undoFailed → const PduError
Undo failed
wrongEncoding → const PduError
Wrong encoding
wrongLength → const PduError
Wrong length
wrongType → const PduError
Wrong type
wrongValue → const PduError
Wrong value