dft explain¶
Describe a face file or look up an error code. Two modes, dispatched by the shape of the argument.
Modes¶
Face mode¶
When ARG looks like a file path, dft explain describes the face's queries, charts, variables, and layout.
Useful for:
- Understanding an unfamiliar face quickly
- Auditing what variables a face exposes
- Pre-flight check before a render or serve
Error-code mode¶
When ARG matches an error-code pattern (e.g. DF-RENDER-KPI-MULTIROW), dft explain returns the registry entry: description, cause, fix, and example.
Every Dataface error message carries a code. When you hit one, copy the code into dft explain for the full context.
Options¶
| Flag | Description |
|---|---|
--json |
Output as JSON. |
--project-dir PATH |
Project directory for resolving relative paths. |
Related¶
dft validate— full validationdft check— fast structural validation- Error Handling Guide — anatomy of a Dataface error