Error Message Improver
Rewrite technical error messages to be user-friendly and actionable
codinguxerror-handlinguser-experience
Prompt Template
Improve these error messages for a {app_type} application.
Current error messages:
{errors}
For each error, provide:
1. Improved user-facing message (clear, non-technical)
2. Suggested action the user can take
3. Technical details (for error logs only)Variables
{app_type}Example: web app
{errors}Example: Error 500: Internal Server Error TypeError: Cannot read properties of undefined ERR_CONNECTION_REFUSED
Example Output
**Original**: Error 500: Internal Server Error **Improved**: Something went wrong on our end. Please try again in a few minutes. **Action**: Refresh the page or contact support if this persists.
Tips
- Include the context where each error appears
- Specify your app's tone (friendly, professional, casual)