Browse AI Workflows & Automation Section 5: Error Handling

Error Classification Prompt

2 fill-in slots · from The AI Prompt Handbook for AI Workflows & Automation

Your details

0/2 filled

Error Classification Prompt

Classify this error and determine next action:

ERROR:
[The error message/condition]

CONTEXT:
[What was happening when error occurred]

CLASSIFY:
{
  "error_type": "transient | permanent | partial | unknown",
  "category": "rate_limit | auth | validation | network | logic | data",
  "severity": "critical | high | medium | low",
  "retryable": true | false,
  "user_impact": "description"
}

RECOMMENDED ACTION:
{
  "immediate": "what to do now",
  "retry_strategy": "if applicable - when and how",
  "fallback": "alternative approach if retry fails",
  "notification": "who/what to alert",
  "logging": "what to record"
}

ROOT CAUSE HINTS:
- Likely cause
- Investigation steps

Highlighted [slots] are still empty. Downloads are plain .txt — paste into any AI assistant.