mirror of
https://github.com/anthropics/claude-plugins-official.git
synced 2026-01-30 04:22:03 +00:00
823 B
823 B
description, argument-hint
| description | argument-hint | |
|---|---|---|
| Explain Stripe error codes and provide solutions with code examples |
|
Explain Stripe Error
Provide a comprehensive explanation of the given Stripe error code or error message:
- Accept the error code or full error message from the arguments
- Explain in plain English what the error means
- List common causes of this error
- Provide specific solutions and handling recommendations
- Generate error handling code in the project's language showing:
- How to catch this specific error
- User-friendly error messages
- Whether retry is appropriate
- Mention related error codes the developer should be aware of
- Include a link to the relevant Stripe documentation
Focus on actionable solutions and production-ready error handling patterns.