Error Handling

Use when implementing structured error handling in backend or frontend code. Triggers for: try-catch patterns, custom exception classes, global error handlers, error logging, user-friendly error messages, or API error responses. NOT for: business logic validation (use domain exceptions) or unrelated error types.

aiskillstore Updated

File contents

aiskillstore/marketplace commit 0b27da6613

Frequently asked questions

npx skillmds@latest add aiskillstore/error-handling-2