pub enum SnmpError {
InvalidMessage,
InvalidVersion,
InvalidPduType,
InvalidPdu,
InvalidHeaderData,
InvalidScopedPduData,
NomError(u32),
}
Invalid message: not a DER sequence, or unexpected number of items, etc.
Invalid version: not a number, or not in supported range (1, 2 or 3)
Unknown or invalid PDU type
Invalid PDU: content does not match type, or content cannot be decoded
Invalid SNMPv3 header data
Invalid SNMPv3 scoped PDU
This method tests for self
and other
values to be equal, and is used by ==
. Read more
This method tests for !=
.
Formats the value using the given formatter. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
🔬 This is a nightly-only experimental API. (try_from
)
The type returned in the event of a conversion error.
🔬 This is a nightly-only experimental API. (try_from
)
🔬 This is a nightly-only experimental API. (get_type_id
)
this method will likely be replaced by an associated static