Error Handling

affaan-m

Error Handling

Implement robust typed errors, retries, and error boundaries across TypeScript, Python, and Go.

New tool
0 downloads
Free

About

Error Handling provides consistent, robust error handling patterns for production applications across TypeScript, Python, and Go. It covers typed errors, error boundaries, exponential backoff retries, and user-facing error messages to separate internal diagnostics from client responses. Reach for this skill when designing exception hierarchies, reviewing API endpoints, or implementing resilient error flows.

Key Features

Typed error classes and custom exception hierarchies
No-throw result patterns and API error handlers
Retry logic with exponential backoff and jitter
User-facing error message mapping

Privacy & Security

Data Collection

This tool follows industry-standard security practices and only collects data necessary for functionality.

Information

Developeraffaan-m
Version1.0.0
PriceFree
Ratingeveryone
LanguagesEnglish

Actions

  • Design error types
  • Implement retry logic
  • Create user-facing error messages
  • Review API error handling