Skip to main content

entity_named_not_found_with_suggestions

Function entity_named_not_found_with_suggestions 

Source
pub fn entity_named_not_found_with_suggestions(
    name: &str,
    namespace: &str,
    suggestions: &str,
) -> String
Expand description

An entity name did not resolve, but near-matches exist.

suggestions is rendered by the caller as a comma-separated list so this function stays free of formatting policy.