DF0006: RPC Function Not Registered
RPC function "{name}" is not registered
Message
RPC function "{name}" is not registeredCause
RpcFunctionsHost.invokeLocal() was called with a method name that has not been registered on this host.
Fix
Register the function with ctx.rpc.register(defineRpcFunction({ name })) before invoking it.
Source
packages/devframe/src/node/host-functions.ts—RpcFunctionsHost.invokeLocal()throwsDF0006when the requested method has not been registered on this host.
Error Reference
Devframe uses structured diagnostics to surface actionable warnings and errors at runtime. Each diagnostic has a unique error code, a human-readable message, and a link back to this documentation.
DF0007: AsyncLocalStorage Not Set
AsyncLocalStorage is not set, it likely to be an internal bug of the Devframe foundation