pub type BoxError = Box<dyn Error + Send + Sync + 'static>;
Boxed error type used across Hyperlite.
pub struct BoxError(/* private fields */);