pub type ProviderError = Box<dyn Error + Send + Sync + 'static>;
pub struct ProviderError(/* private fields */);