Skip to main content

Module error

Module error 

Source
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§

GraphBuilderError
Errors that can occur while constructing the unified code graph.

Type Aliases§

GraphResult
Result alias used throughout the graph builder pipeline.