pub fn redact_error(e: &Error) -> StringExpand description
Convenience: format an anyhow::Error with {:#} and redact the
result in one call. Use at the boundary of every error-to-artifact
path (summary.error_message = ..., log::error!(... e ...)).