pub type BoxedError = Box<dyn Error + Send + Sync>;
A boxed std::error::Error that can be used when the actual error type is unknown.
std::error::Error
pub struct BoxedError(/* private fields */);