pub type TaskError = Box<dyn Error + Send + Sync + 'static>;
pub struct TaskError(/* private fields */);