Skip to content

Latest commit

 

History

History
25 lines (14 loc) · 560 Bytes

File metadata and controls

25 lines (14 loc) · 560 Bytes
outline deep

DF0025: Function Not in Dump Store

Package: devframe

Migrated from DTK0005.

Message

Function "{name}" not found in dump store

Cause

A static-mode client called an RPC function that was not baked into the build dump. This usually means the function was added after the dump was generated, or its name changed between build and runtime.

Fix

Re-run createBuild to regenerate the dump, or check that the call site uses the same name registered on the server.

Source

packages/devframe/src/rpc/dumps.ts