pub fn active_namespace_limit_reached(max: u32, namespace: &str) -> StringExpand description
Creating one more namespace would cross MAX_NAMESPACES_ACTIVE.
Shared by remember and ingest, which used to phrase the same ceiling
two different ways.