Module error

Module error 

Source
Expand description

Error types for async-snmp.

All errors are #[non_exhaustive] to allow adding new variants without breaking changes.

Enums§

AuthErrorKind
Authentication error kinds (SNMPv3).
CryptoErrorKind
Cryptographic error kinds (encryption/decryption).
DecodeErrorKind
BER decode error kinds.
EncodeErrorKind
BER encode error kinds.
Error
Library error type.
ErrorStatus
SNMP error status codes (RFC 3416).
OidErrorKind
OID validation error kinds.

Type Aliases§

Result
Result type alias using the library’s Error type.