pub fn entity_named_not_found_with_suggestions(
name: &str,
namespace: &str,
suggestions: &str,
) -> StringExpand 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.