pub const NOPERM: &str = "NOPERM this command requires admin privileges";Expand description
Family-pinned insufficient-privilege error (Resp3Prefixes).
Thunder’s listener never emits this itself — authorization beyond the
handshake is the product’s, raised from its Dispatch
— but Synap ships exactly this token for its admin ACL, so the family
pins one spelling instead of letting each product invent another. Clients
classify it as an auth-class error (CLT-051).