# error-handling > Implement comprehensive error handling: Use when maintaining consistent code style. Style category skill. - Author: OmniaffixDave - Repository: OmniaffixDave/SessionGuardian - Version: 20260205125233 - Stars: 0 - Forks: 1 - Last Updated: 2026-02-08 - Source: https://github.com/OmniaffixDave/SessionGuardian - Web: https://mule.run/skillshub/@@OmniaffixDave/SessionGuardian~error-handling:20260205125233 --- --- name: error-handling description: "Implement comprehensive error handling: Use when maintaining consistent code style. Style category skill." metadata: category: Style priority: high is-built-in: true session-guardian-id: builtin_error_handling --- # Error Handling Implement comprehensive error handling: - Wrap async operations in try/catch - Provide meaningful error messages for debugging - Log errors appropriately with context - Fail gracefully with fallbacks where possible - Never swallow errors silently