pub fn render(err: &CliError, verbose: bool) -> String
Renders the error to a human-friendly single line (or two for multi-line bodies).
Verbose mode appends the underlying body / source where available.