pub fn compute_errors(
cap: &Capture,
filter: &Filter,
top: usize,
unsafe_include: bool,
) -> ErrorsResultExpand description
Group 4xx/5xx/failed responses by (host, method, norm_path, status).
unsafe_include disables body redaction. top bounds the list.