error-handling-patterns

Installation
SKILL.md

Error Handling Patterns

Build resilient applications with robust error handling strategies.

Error Handling Philosophies

Approach Use When
Exceptions Unexpected errors, exceptional conditions
Result Types Expected errors, validation failures
Error Codes C-style APIs, legacy integration

.NET Exception Patterns

Custom Exception Hierarchy

Installs
15
GitHub Stars
24
First Seen
Jan 26, 2026
error-handling-patterns — thapaliyabikendra/ai-artifacts