Expand description
Error types for the obz response envelope.
Each error carries a category, code, human-readable message, and optional fields for provider context, raw backend response, recoverability flag, suggested fix, documentation URL, and source chain. This enables AI Agents to programmatically classify errors, decide whether to retry, and take corrective action.
Structs§
- Error
Detail - Structured error detail for the response envelope.
Enums§
- Error
Category - Error category for broad classification.
- Error
Code - Machine-readable error code.
- ObzError
- The core error type for obz-core operations.