Skip to main content

active_namespace_limit_reached

Function active_namespace_limit_reached 

Source
pub fn active_namespace_limit_reached(max: u32, namespace: &str) -> String
Expand 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.