1//! Error handling module for Verdure framework
2//!
3//! This module provides comprehensive error types for component and container operations,
4//! enabling consistent error handling across the entire framework.
56pub mod component;
7pub mod container;