Skip to content

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

Released under the MIT License.