// 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. See `ApiError::localized_message()`
//! for usage.
pub use ApiError;
pub use ;
pub use ;
pub use SdForgeError;