Expand description
Error types for async-snmp.
All errors are #[non_exhaustive] to allow adding new variants without breaking changes.
Enums§
- Auth
Error Kind - Authentication error kinds (SNMPv3).
- Crypto
Error Kind - Cryptographic error kinds (encryption/decryption).
- Decode
Error Kind - BER decode error kinds.
- Encode
Error Kind - BER encode error kinds.
- Error
- Library error type.
- Error
Status - SNMP error status codes (RFC 3416).
- OidError
Kind - OID validation error kinds.
Type Aliases§
- Result
- Result type alias using the library’s Error type.