pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
A boxed client-specific error preserved as the source of a routed call failure.
pub struct BoxError(/* private fields */);