Error Handling

Use when designing error-handling strategy for a feature — error classification, throw-vs-return conventions, retry/circuit-breaker/fallback decisions, and error-to-user-message mapping. Triggers on "error handling", "retry strategy", "circuit breaker", "error propagation", "错误处理", "重试策略", "熔断", "降级" — also when user says "这个错误该怎么处理" / "要不要重试". Not for diagnosing a specific bug (use debugging); system-level resilience architecture (use architecture).

int2t05 de9a856 3 files · 14.1 KB Updated

File contents

int2t05/engineering-skills/tree/main/skills/04-develop/error-handling commit de9a856235

Frequently asked questions

npx skillmds@latest add int2t05/error-handling