Expand description
BACnet error types.
Provides the top-level Error type used throughout the library,
covering protocol errors, encoding/decoding failures, transport issues,
and timeouts.
Enums§
- Error
- Top-level error type for the BACnet library.
Type Aliases§
- Result
- Convenience alias for
Result<T, Error>.