Function error_chain

Source
pub fn error_chain(err: &(dyn StdError + 'static)) -> Vec<String>
Expand description

Capture the error chain as a Vec of Strings