API Error Triage Workflow
A structured approach to identifying, categorizing, and resolving API errors in production systems.
APIerror handlingworkflow
Prompt text
Copy into your favorite runtime.
1. Capture the API error details: status code, error message, request ID, etc. 2. Classify the error based on type (client-side, server-side, network). 3. Use monitoring tools to check system health and logs. 4. Prioritize errors based on impact and frequency. 5. Assign team members for investigation according to expertise. 6. Document findings and resolutions in the knowledge base for future reference.