Skip to content

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.

How error codes work

  • Codes follow the pattern DF + 4-digit number (e.g., DF0001).
  • Every error page includes the cause, recommended fix, and a reference to the source file that emits it.
  • The diagnostics system is powered by logs-sdk, which provides structured logging with docs URLs, ANSI-formatted console output, and level-based filtering.

Devframe (DF)

Emitted by devframe — framework-neutral host / shared-state / auth surface.

CodeLevelTitle
DF0006errorRPC Function Not Registered
DF0007errorAsyncLocalStorage Not Set
DF0008errorView distDir Not Found
DF0012warnStorage Parse Failed
DF0013errorShared State Not Found
DF0014errorInvalid Agent Field
DF0015errorAgent Tool Already Registered
DF0016errorAgent Resource Already Registered
DF0017errorMCP Server Start Failure
DF0019errorAgent Requires JSON-Serializable RPC
DF0020errorNon-JSON Value in JSON-Serializable RPC
DF0021errorRPC Function Already Registered
DF0022errorRPC Function Not Registered (Update)
DF0023errorRPC Function Not Registered (Get)
DF0024errorMissing RPC Handler
DF0025errorFunction Not in Dump Store
DF0026errorNo Dump Match
DF0027errorInvalid Dump Configuration
DF0028errorSnapshot Type Mismatch
DF0029warnStream Buffer Overflow
DF0030errorUnknown Stream ID
DF0031errorWrite to Closed Stream
DF0032errorStreaming Channel Already Registered

Released under the MIT License.