pub type StepError = Box<dyn StdError + Send + Sync + 'static>;
Error of a task step
pub struct StepError(/* private fields */);