1 2 3 4 5 6
//! Error types for Codestral provider. pub use crate::core::providers::unified_provider::ProviderError; /// Codestral error type (alias to unified ProviderError) pub type CodestralError = ProviderError;