pub type BoxDynError = Box<dyn Error + Send + Sync + 'static>;
Any error that can be returned by a job handler.
pub struct BoxDynError(/* private fields */);