//! # Error types for the Solo SDK
//!
//! This module provides a unified error handling mechanism for cloud service providers.
//! It standardizes error responses from different cloud vendors into a consistent format,
//! making it easier to handle errors across different cloud platforms.
use Display;
use ;
use Error;
/// Error type for the Solo SDK