pub type JobError = Box<dyn Error + Send + Sync>;
An error which can occur when handling a job.
pub struct JobError(/* private fields */);