Skip to main content

Module error

Module error 

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

ErrorDetail
Structured error detail for the response envelope.

Enums§

ErrorCategory
Error category for broad classification.
ErrorCode
Machine-readable error code.
ObzError
The core error type for obz-core operations.