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