Expand description
Error types used by graph builders.
The unified graph architecture expects language-specific builders to surface
rich, structured errors instead of raw strings. This improves debugging,
allows callers to decide whether an error is recoverable, and keeps us in
compliance with the error-handling guidance in AGENTS.md.
Enums§
- Graph
Builder Error - Errors that can occur while constructing the unified code graph.
Type Aliases§
- Graph
Result - Result alias used throughout the graph builder pipeline.