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.

CodeLevelTitleMigrated from
DF0001errorDock Already RegisteredDTK0015
DF0002errorCannot Change Dock IDDTK0016
DF0003errorDock Not RegisteredDTK0017
DF0004errorTerminal Session Already RegisteredDTK0018
DF0005errorTerminal Session Not RegisteredDTK0019
DF0006errorRPC Function Not RegisteredDTK0020
DF0007errorAsyncLocalStorage Not SetDTK0021
DF0008errorView distDir Not FoundDTK0022
DF0009errorCommand Already RegisteredDTK0024
DF0010errorCannot Change Command IDDTK0025
DF0011errorCommand Not RegisteredDTK0026
DF0012warnStorage Parse FailedDTK0009
DF0013errorShared State Not FoundDTK0027
DF0014errorInvalid Agent Field
DF0015errorAgent Tool Already Registered
DF0016errorAgent Resource Already Registered
DF0017errorMCP Server Start Failure

Released under the MIT License.