Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 482 Bytes

File metadata and controls

25 lines (14 loc) · 482 Bytes
outline deep

DF0023: RPC Function Not Registered (Get)

Package: devframe

Migrated from DTK0003.

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