Expand description
Error types for bgpkit-commons
This module defines structured error types using thiserror
for better error handling
and debugging. Each error type provides specific context about what failed and why.
Modules§
- data_
sources - Data source constants for consistent error messages
- load_
methods - Load method constants for consistent error messages
- modules
- Module-specific error constants for consistent error messages
Enums§
- Bgpkit
Commons Error - Main error type for bgpkit-commons operations
Type Aliases§
- Result
- Result type alias for bgpkit-commons operations