DF0023: RPC Function Not Registered (Get)
Message
RPC function "
{name}" is not registered
Cause
A consumer asked for the schema or handler of a function that has never been registered with ctx.rpc.register().
Fix
Confirm the function name matches a registration. RPC names are namespaced — typos in the prefix are a common cause.
Source
packages/devframe/src/rpc/collector.ts— collectorget()/lookup paths throwDF0023when consumers ask for a function that has not been registered.