pub fn all(api: &Api) -> Vec<ResolvedError>Expand description
All error codes declared anywhere in the API, in module-declaration order
(depth-first), de-duplicated by raw_name (first occurrence wins). Returns
an empty vec when the API declares no error domains.