Module errors

Source
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§

BgpkitCommonsError
Main error type for bgpkit-commons operations

Type Aliases§

Result
Result type alias for bgpkit-commons operations