Agentic Error Taxonomy: Retry Matrix
Investigate errors and propose a safe path
Steps
- Classify 400/401/403 as 'Non-Retryable' (Fatal Logic Error).
- Classify 429/500/503 as 'Retryable' (Transient Infrastructure Error).
- Identify 'Tool Hallucination' (Missing arguments) as 'Non-Retryable'.
- Map 'Context Window Overflow' as 'Non-Retryable' (Requires Pruning).
- Standardize 'Output Parsing Failure' as 'Single-Retry' with formatting nudge.