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