ErrLookup › Egonex-AI/Understand-Anything
Egonex-AI/Understand-Anything
Graphs that teach > graphs that impress. Turn any code into an interactive knowledge graph you can explore, search, and ask questions about. Works with Claude Code, Codex, Cursor, Copilot, Gemini CLI, and more. · TypeScript · 214 source files
Analyzed at 32944829e7 on 2026-08-12. 35 documented errors.
| Code / Message | Type | Severity | Tags |
|---|---|---|---|
| Could not parse a Figma file key from: ${urlOrKey} | validation | error | figma, input-validation, regex |
| FIGMA_TOKEN is not set. Create a personal access token at ht | validation | error | figma, authentication, configuration, environment |
| Figma API ${path} failed: ${res.status} ${res.statusText} | http | error | figma, network, http, api |
| Invalid knowledge graph: ${result.fatal ?? "unknown error"} | validation | error | persistence, schema, validation, json |
| Invalid domain graph: ${result.fatal ?? "unknown error"} | validation | error | persistence, schema, validation, json, domain-graph |
| Freshness request failed | http | warning | dashboard, network, http, freshness |
| Freshness response was malformed | validation | warning | dashboard, validation, type-guard, freshness |
| fingerprints.json existed and was non-empty but loaded as {} | exception | error | hooks, fingerprint, data-integrity, guard |
| Unable to remove temporary benchmark artifacts | exception | warning | benchmark, filesystem, cleanup, windows |
| ${flag} requires a value | validation | error | benchmark, cli, argument-parsing |
| Unknown option: ${arg} | validation | error | benchmark, cli, argument-parsing |
| Unexpected positional argument: ${arg} | validation | error | benchmark, cli, argument-parsing |
| A repository path is required | validation | error | benchmark, cli, argument-parsing |
| --output is required and must be non-empty | validation | error | benchmark, cli, argument-parsing |
| --concurrency must be an integer between 1 and 32 | validation | error | benchmark, cli, argument-parsing, concurrency |
| Repository path does not exist: ${repoValue} | validation | error | benchmark, cli, filesystem, path |
| Repository path is not a directory: ${repoValue} | validation | error | benchmark, cli, filesystem, path |
| --output must be outside the subject repository | validation | error | benchmark, cli, filesystem, path, integrity |
| Markdown report path must be outside the subject repository | validation | error | benchmark, cli, filesystem, path, integrity |
| Scan artifact does not match the required shape | validation | error | benchmark, validation, schema, scan, integrity |
| Import artifact does not match the required shape | validation | error | benchmark, validation, import-map, schema, json-artifact |
| Batch artifact does not match the required shape | validation | error | benchmark, validation, batching, schema, json-artifact |
| A benchmark report target is a directory | exception | error | benchmark, filesystem, report-delivery, preflight, configuration |
| Benchmark report files must share a directory | exception | error | benchmark, filesystem, report-delivery, configuration, transaction |
| A report transaction path already exists | exception | error | benchmark, filesystem, report-delivery, transaction, cleanup |
| Unable to write benchmark report files | exception | error | benchmark, filesystem, report-delivery, transaction, recovery |
| Benchmark stage failed: ${stage.name} | exception | error | benchmark, pipeline, scan, stage-failure, schema |
| HTTP ${res.status} | http | error | dashboard, network, fetch, knowledge-graph, configuration |
| Source unavailable | http | warning | dashboard, network, fetch, code-viewer, file-content |
| Invalid input: requires { projectRoot: string, sourceFilePat | validation | error | skill, fingerprint, input-validation, cli, json-input |
| Invalid input: must contain projectRoot and files array | validation | error | skill, import-map, input-validation, cli, json-input |
| output file missing after write: ${outputPath} | exception | error | skill, import-map, filesystem, write-verification, sandbox |
| Invalid input: must contain projectRoot and batchFiles array | validation | error | skill, extract-structure, input-validation, cli, json-input |
| output file missing after write: ${outputPath} | exception | error | skill, extract-structure, filesystem, write-verification, sandbox |
| output file missing after write: ${outputPath} | exception | error | skill, scan-project, filesystem, write-verification, sandbox |