error-patterns

Solid

Standardized error handling patterns with classification, recovery, and logging strategies. error handling, error recovery, graceful degradation, resilience.

AI & Automation 297 stars 27 forks Updated today MIT

Install

View on GitHub

Quality Score: 95/100

Stars 20%
82
Recency 20%
100
Frontmatter 20%
70
Documentation 15%
100
Issue Health 10%
50
License 10%
100
Description 5%
100

Skill Content

## Table of Contents - [Overview](#overview) - [When to Use](#when-to-use) - [Error Classification](#error-classification) - [By Severity](#by-severity) - [By Recoverability](#by-recoverability) - [Quick Start](#quick-start) - [Standard Error Handler](#standard-error-handler) - [Error Result](#error-result) - [Common Patterns](#common-patterns) - [Authentication Errors (401/403)](#authentication-errors-(401-403)) - [Rate Limit Errors (429)](#rate-limit-errors-(429)) - [Timeout Errors](#timeout-errors) - [Context Too Large (400)](#context-too-large-(400)) - [Integration Pattern](#integration-pattern) - [Detailed Resources](#detailed-resources) - [Exit Criteria](#exit-criteria) # Error Patterns ## Overview Standardized error handling patterns for consistent, production-grade behavior across plugins. Provides error classification, recovery strategies, and debugging workflows. ## When To Use - Building resilient integrations - Need consistent error handling - Want graceful degradation - Debugging production issues ## When NOT To Use - Project doesn't use the leyline infrastructure patterns - Simple scripts without service architecture needs ## Error Classification ### By Severity | Level | Action | Example | |-------|--------|---------| | **Critical** | Halt, alert | Auth failure, service down | | **Error** | Retry or secondary strategy | Rate limit, timeout | | **Warning** | Log, continue | Partial results, deprecation | | **Info** | Log only | Non-blocking issues | ...

Details

Author
athola
Repository
athola/claude-night-market
Created
6 months ago
Last Updated
today
Language
Python
License
MIT

Similar Skills

Semantically similar based on skill content — not just same category