Expand description
Error types for the AI provider interface.
All provider operations return Result<_, AiError>. The codegen
pipeline inspects the variant to decide whether to fall back to
Tier 2 rule-based generation (per §17.2) or fail the build.
Enums§
- AiError
- Errors produced by an
AiProvidercall.