pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed error from a credential provider.
pub struct BoxError(/* private fields */);