// Copyright (c) 2026 Kirky.X
// SPDX-License-Identifier: MIT
//! Framework error types
//!
//! Provides comprehensive error types for the framework.
//!
//! # Internationalization (i18n) Support
//!
//! Error messages can be localized by implementing the `LocalizedError` trait
//! and providing translations for different locales. `ApiError` implements
//! `LocalizedError`; see the trait's `localized_message` for usage.
/// Unified cross-protocol error contract: code/message/trace_id/field.
pub use ApiError;
pub use ;
pub use ;
pub use ;
pub use ;