How to Write Good Error Messages

11 Tips to write effective error messages

Saadia Minhas
UX Planet

--

Source: Print Copy Factory

Mistakes are unavoidable in our lives. When users are working on a product, it is very likely that they may be stuck somewhere in response to their actions.

Such kind of situations can be frustrating for users if not handled properly within the product. It depends on the experience that the product is providing to its users.

“A product should be usable enough to handle the user’s erroneous actions gracefully.”

Below mentioned are a few tips that when followed, error messages can also provide a pleasant experience to the user.

1. Be Clear And Not Ambiguous

Write error messages in clear and simple language. The user should be able to understand the problem while reading an error message.

If the error message is ambiguous and the user is not able to find the reason for the message, then it is of no use. Users cannot do anything to fix the problem and it badly impacts the experience of the product.

An error message should be clear and not ambiguous

Examples:

Windows error message does not give any clue about the problem and solution.
Autodesk displays an ambiguous error message that contains no useful information

2. Be Short And Meaningful

An error message should contain the necessary information. Most of the time user is not willing to read a long story.

Be concise and write a short description that is meaningful for the user and gives him a clear idea of the problem and how to resolve it.

Avoid using redundant words and do not over-communicate the problem.

Short and meaningful error messages are more understandable

Examples:

The message is not meaningful for user
A message should not be as short as missing the useful details

3. Don’t Use Technical Jargons

Most of the users are not interested in the technical details of the problem that occurred. If a message contains technical terms or jargon, the user gets confused.

Try to use simple and plain language without referring to implementation details.

If there is a need to mention technical and complex details, then place them in a troubleshooting section and direct the user so that he can resolve the issue quickly.

Technical details make an error message more complex

Examples:

An example of a technical error message
The error message contains technical information

4. Be Humble — Don’t Blame User

A good error message is humble. It conveys the issues gracefully to its user without blaming him for his actions.

Users can perform an incorrect action again and again. But it is the responsibility of design to inform them about mistakes in a good way.

“A good way to incorporate more human tone to your error messages is to think about explaining it out loud to someone. How does it sound when you speak it in conversation.” — Sonia Gregory

The user does not feel good while reading an insulting message

Examples:

An example of an insulting message
Another message that is harsh for the user

5. Avoid Negative Words

There are certain negative words that need to avoid on the user interface. Since error messages are based on some unusual actions of the user, there is a chance that the system displays something disrespectful to the user.

John Ekman gives a very good example of using “yes” and “no”:

“Some years ago, while checking in at the airport in Stockholm on my way to the U.S., I asked the woman at the counter if it would be possible to get an upgrade to business class. Her response: “I’m sorry, but that’s not possible. You would have to pay extra for that.” Checking in for the return flight, I tried the same thing again, but this time the answer was: “Of course, sir! How would you like to pay for that?”

So even though the seat availability and possibility for an upgrade was the same, I got two completely different answers: one “yes” and one “no.””

Avoid negative words if the user makes a mistake

Examples:

This message is neither clear nor uses positive words

6. Give Direction to User

A good error message has three parts: problem identification, cause details if helpful, and a solution if possible.

Whenever an error occurs, the user wants to fix it as soon as possible. The error message should have enough information for users that guides them on how to get out of the erroneous situation.

The message can also direct the user to some other place or person from where he can get detailed help about the problem.

A message should display complete information

Examples:

In this message, the cause of error and guidance for solution is missing

7. Be Specific And Relevant

The message should contain relevant information so that users can relate to specified locations and options easily.

Point out the exact location of the problem — where user should go and what steps are needed to follow to resolve it.

If an error message contains vague information, the user will get confused and it becomes difficult for him to remove the error.

A message should contain useful information

Examples:

Three possible causes of error are given in this message that can be confusing for the user
A message guiding the user in a precise way

8. Avoid Uppercase Text

Upper case text is difficult to read it gives an impact of shouting on user.

The error message is a place where the user is informed about some critical scenario, so using upper-case text can give him a feeling of discouragement.

The uppercase text seems to shout at the user

9. Provide Appropriate Actions

Actions are important part of an error message. Appropriate actions provide guidance to user about the next step.

Actions are possible routes to solve the problem. A message can contain one or more actions for the user.

“Give alert buttons succinct, logical titles. The best button titles consist of one or two words that describe the result of selecting the button.” — iOS guidelines

If the user has to perform specific actions to remove the error, then use the same action name as button title.

Appropriate actions are important part of an error message

Examples:

Clear and precise actions given in this error message

10. Use the Progressive Disclosure Approach

If there is detailed information related to a message that the user may not want to see, then place it in Show/Hide section. It can be useful for an advanced user that may want to know about technical details.

Just make sure to place the least needed information in these sections as most of the time user will not go to the Show/Hide section.

The progressive disclosure approach is good for hiding additional details

Examples:

User may not be interested in knowing the details at first glance

11. Use Proper Placement

It is very important to place an error message closer to the area from where it belongs to. Users should not have to look here and there after reading the message that what it talks about.

For example, when the user is filling in information in a form, it is best experience to provide validation error along with the controls it relates to.

Otherwise, user will first find the erroneous control and then resolve it.

An error message should be visible and noticeable. A message appearing on a screen should display in current view even user has scrolled the view to top or bottom.

It is a good experience to provide error details along with the control

Conclusion

“The best error message is the one that never shows up” — Thomas Fuchs

It is good to avoid errors at all, but since we live in a world of humans, it is not possible to make everything perfect.

However, by following standard rules and guidelines, the errors can be handled in a helping way instead of scolding the user for his mistakes.

Thanks for reading.

Subscribe for more related articles at UX World.

If you have any questions, contact us here: Facebook | YouTube | Twitter| Instagram | Linkedin

--

--