//! Re-exports from the library's error module for binary-internal use.
//!
//! The canonical definitions live in [`crate::error`] so library consumers
//! (e.g., bird) can access them directly. This module exists only to keep
//! binary-internal imports short.
pub use crate;