Overview
Error handling is the most revealing test of a product's design quality. A product that handles errors well communicates that it was designed by people who understood how users actually behave. A product that handles errors poorly communicates that the design stopped at the happy path.
The Error Handling UX System Prompt builds an error system from the user's recovery need — classifying errors by their cause and recovery path, writing messages that tell users what to do rather than what went wrong, and designing the prevention mechanisms that eliminate the most common errors before they occur.
What you get: - Error classification system: the taxonomy that determines how each error is presented - Error message standard: the format that communicates cause, consequence, and recovery - Recovery path design: the specific actions that resolve each error type - Prevention mechanisms: the design patterns that prevent the most common errors - System error handling: how to communicate infrastructure failures without destroying user trust - Error analytics: the metrics that identify the highest-impact errors to fix first
Built for: UX designers and product designers building error handling systems for web and mobile applications.