Design isn’t only about pushing pixels and creating UI. How a sentence is constructed, what information it’s conveying and the choice of words can make a huge difference in the success of a task.
A cute illustration might raise a smile but we need to make sure we’re actually helping the user with the pain points they’re experiencing in that moment.
Nielsen Norman Group explains that an error message should be:
Depending on the error, users will still want to find the page or access the service they were looking for in the first place. To explain how the error can be solved or what needs to be done to fix the problem, an error page should guide users by giving suggestions based on common error behavior.
This is the most common error that web users will see. It is a general-purpose error, and can occur any time a web server encounters an internal problem. Error 500 happens most often when a web server is overloaded.
What is Required:
BAD
An error code isn’t enough.
BETTER
Page contains error code and description. It also contains suggestions on how to solve the problem.
BEST
An error code isn’t enough.
Best
Cute illustration makes a visitor smile. Layout includes a brief informative explanation of the problem and several alternative links.
Web users will likely stumble across this error after a failed login attempt. Basically, it means the user tried to access a site they didn’t have access to
What is Required:
BAD
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
BETTER
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat .
BEST
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat .
Best
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
This error message will appear when something has gone wrong with your web browser. It means that your request was corrupted in some way.
What is Required:
BAD
Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor.
BETTER
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat .
BETTER
Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat .
Best
Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur.
When there is no login opportunity on a page, you will get a 403 error on a page if you try to access a forbidden directory on a website.
What is Required:
BAD
An error code isn’t enough.
BETTER
Page contains error code and description. It also contains suggestions on how to solve the problem.
Better
An error code isn’t enough.
Best
Cute illustration makes a visitor smile. Layout includes a brief informative explanation of the problem and several alternative links.
When there is no login opportunity on a page, you will get a 403 error on a page if you try to access a forbidden directory on a website. What is Required:
BAD
An error code isn’t enough.
BETTER
Page contains error code and description. It also contains suggestions on how to solve the problem.
Better
An error code isn’t enough.
Best
Cute illustration makes a visitor smile. Layout includes a brief informative explanation of the problem and several alternative links.