1 2 3 4 5 6 7 8
//! Error types for AGIT operations. //! //! This module provides a comprehensive error handling system using `thiserror` //! for deriving error implementations with meaningful messages. mod types; pub use types::*;