Skip to main content

FetcherError

Type Alias FetcherError 

Source
pub type FetcherError = Box<dyn Error + Send + Sync + 'static>;
Expand description

Error any fetcher implementation may return; the controller wraps it with context.

Aliased Typeยง

pub struct FetcherError(/* private fields */);