pub type AnyError = Box<dyn Error + Sync + Send>;
Error type for handler and scheduled-work results.
pub struct AnyError(/* private fields */);