Skip to main content

DynError

Type Alias DynError 

Source
pub type DynError = Box<dyn StdError + Send + Sync>;
Expand description

Boxed dynamic error used throughout the chain. Providers return this so every provider in the chain can fail in its own way.

Aliased Typeยง

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