Skip to main content

SCHEMA_QUALIFIED_MSG

Constant SCHEMA_QUALIFIED_MSG 

Source
pub const SCHEMA_QUALIFIED_MSG: &str = "schema-qualified names are not supported; NodeDB has no schema concept \
     — use 'users' not 'public.users'";
Expand description

Human-readable message for schema-qualified name rejections. Defined once so all rejection sites produce consistent output.