Error Handling

LiteLLM-RS Error Handling Architecture. Covers two-tier error hierarchy, ProviderError factory methods, HTTP status mapping, retry logic, and error context preservation. Use when designing error types or enums, creating ProviderError instances via factory methods, mapping HTTP statuses to typed errors, deciding retryability and backoff, or preserving error context.

majiayu000 Updated 567 repo stars

File contents

majiayu000/litellm-rs/tree/main/.claude/skills/error-handling commit 2ea749b92b

Frequently asked questions

npx skillmds@latest add majiayu000/error-handling-15