Enum snmp::SnmpError [] [src]

pub enum SnmpError {
    AsnParseError,
    AsnInvalidLen,
    AsnWrongType,
    AsnUnsupportedType,
    AsnEof,
    AsnIntOverflow,
    UnsupportedVersion,
    RequestIdMismatch,
    CommunityMismatch,
    ValueOutOfRange,
    SendError,
    ReceiveError,
}

Variants

Trait Implementations

impl Debug for SnmpError
[src]

Formats the value using the given formatter.

impl PartialEq for SnmpError
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.