1//! The error module provides error types and error handling functionality. 2 3pub mod error_handler; 4pub mod error_type;