pub type FetcherError = Box<dyn Error + Send + Sync + 'static>;
Error any fetcher implementation may return; the controller wraps it with context.
pub struct FetcherError(/* private fields */);