Function loga::agg_err_with

source ·
pub fn agg_err_with(
    message: &'static str,
    errs: Vec<Error>,
    attrs: impl Fn(&mut HashMap<&'static str, String>)
) -> Error
Expand description

Create an error from multiple errors, attaching attributes