//! Error types for the kona derivation pipeline.
//!
//! This module contains comprehensive error types for the derivation pipeline, organized
//! by severity and category. The error system provides detailed context for debugging
//! and enables sophisticated error handling and recovery strategies.
pub use BuilderError;
pub use BatchDecompressionError;
pub use ;
pub use ;