Global Error Handling

Implement robust error handling with user-friendly messages, specific exception types, centralized error boundaries, and graceful degradation strategies. Use this skill when implementing error handling logic in any part of the application. When writing try-catch blocks, error boundaries, or exception handlers. When validating input and failing fast with clear error messages. When handling API errors, network failures, or external service timeouts. When implementing retry strategies with exponential backoff. When ensuring resources are properly cleaned up in finally blocks. When displaying error messages to users without exposing technical details. This skill applies to all error handling across frontend and backend code. Use when this capability is needed.

tomevault-io 7f3abe5 2 files · 2.7 KB Updated

File contents

tomevault-io/skills-registry/tree/main/coreyja--coreyja-com--global-error-handling commit 7f3abe5a9c

Frequently asked questions

npx skillmds@latest add tomevault-io/global-error-handling