Found 17 bookmarks
Newest
What's in a Good Error Message?
What's in a Good Error Message?
So what makes a good error message then? To me, it boils down to three pieces of information which should be conveyed by an error message: Context: What led to the error? What was the code trying to do when it failed? The error itself: What exactly failed? Mitigation: What needs to be done in order to overcome the error?
·morling.dev·
What's in a Good Error Message?
Writing Useful Error Messages - Resources and Ideas
Writing Useful Error Messages - Resources and Ideas
The ideal goal is to not need to use error messages at all. Look instead to design what Don Norman calls a ‘collaborative’ system, tell the user the requirements before they do the work.
Where Error Messages are used try to ensure they sound like they’ve been written for real people to understand
Think of the error message as a conversation with the person using the system. Make it polite, understandable, friendly & jargon-free. The goal is to write an actionable error message that anyone could understand.
·electronicpress.co.uk·
Writing Useful Error Messages - Resources and Ideas
Michael Bolton: A Review of Error Messages
Michael Bolton: A Review of Error Messages
Of course, the best error message is no error message at all. In the case where something has gone awry, a program should do everything within its power to remedy the situation at hand.
A well-constructed error message should identify the program that is posting the error message should alert the customer to the specific problem should provide some specific indication as to how the problem may be solved should suggest where the customer may obtain further help should provide extra information to the person who is helping the customer should not suggest an action that will fail to solve the problem and thus waste the customer's time should not contain information that is unhelpful, redundant, incomplete, or inaccurate should provide an identifying code to distinguish it from other, similar messages
When you're constructing an error message, the important thing to remember is that your message must convey useful information.
·developsense.com·
Michael Bolton: A Review of Error Messages