StdError

Type Alias StdError 

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

Type alias for boxed errors that can be sent across threads.

This is used as the standard error type throughout the diode framework for operations that can fail during service initialization or plugin building.

Aliased Typeยง

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