Error Handling Skill Expert structured error handling for FastAPI backends and React/Next.js frontends with consistent error messages and logging. Quick Reference | Pattern | Backend | Frontend | |---------|---------|----------| | Custom exception | | N/A | | Try-catch | | | | Global handler | | component | | User message | field in response | Toast/Snackbar | | Error logging | | Console/Sentry | Custom Exceptions (Backend) Base Exception Hierarchy Domain-Specific Exceptions Try-Catch Patterns Narrow Try Blocks Cleanup with Finally Error Logging (Backend) Structured JSON Logging Using the Log…