Error Handling Patterns

Error handling patterns including exceptions, Result pattern, validation strategies, retry logic, and circuit breakers. **ALWAYS use when implementing error handling in backend code, APIs, use cases, or validation logic.** Use proactively for robust error handling, recovery mechanisms, and failure scenarios. Examples - "handle errors", "Result pattern", "throw exception", "validate input", "error recovery", "retry logic", "circuit breaker", "exception hierarchy".

marcioaltoe b1e0a59 14.2 KB Updated

File contents

marcioaltoe/claude-craftkit/tree/main/plugins/architecture-design/skills/error-handling-patterns commit b1e0a590eb

Frequently asked questions

npx skillmds@latest add marcioaltoe/error-handling-patterns