Expand description
Error type for the aidoc pipeline.
The pipeline is a two-stage sequence (index → generate) with an optional
lint stage layered on top. Failures during generate carry an index-stage
summary in the error itself so the caller can report both what succeeded
and what failed without needing a side channel. This mirrors the facade
error contract used by algocline’s hub_dist (which this crate ports to
rustdoc JSON).
Enums§
- Error
- All errors produced by the aidoc pipeline.
Type Aliases§
- Result
- The result alias used throughout
aidoc-core.