Expand description
Structured error types for OpenDev.
Provides typed error classes with structured fields for better retry logic,
error-specific recovery, and comprehensive provider error classification.
Ported from opendev/core/errors.py.
Structs§
- Structured
Error - Base structured error with metadata.
Enums§
- Error
Category - High-level error category for classification.
- Recovery
Strategy - Strategy for recovering from an error.
Functions§
- classify_
api_ error - Classify an API error into a structured error type.