//! Error types for the SDK layer.
//!
//! [`SdkError`] wraps [`CoreError`](mzrs_core::CoreError) and adds
//! builder-specific and validation failure modes.
use Error;
/// Errors that can occur within the SDK layer.
///
/// Each variant either wraps a lower-layer error or represents a condition
/// specific to builders, validation, or high-level API usage.