error-message-examples: Difference between revisions
Jump to navigation
Jump to search
(Yahoo failed login) |
(error brainstorming) |
||
Line 51: | Line 51: | ||
== See Also == | == See Also == | ||
* [[error-message-brainstorming|error message brainstorming]] |
Revision as of 02:28, 27 June 2007
Error Message Examples
Contributors
Introduction
Examples of error messages published as chunks of readable (X)HTML by Web applications.
Table of Contents
Examples
Note that many of these examples are failed logins; they're just the easiest kind of error to generate.
- MediaWiki failed login
<div class="errorbox"> <h2>Login error:</h2> Incorrect password or confirmation code entered. Please try again. </div>
- WordPress, failed to enter required fields in comment
<p>Error: please fill the required fields (name, email).</p>
- PayPal , trying to send negative dollars.
<div class="messageBox error"> <p>Some required information is missing or incomplete. Please correct your entries and try again.</p> <ul><li>Please enter an amount greater than zero.</li></ul> </div>
- Google apps login error
<div class="errormsg" id="errormsg_0_Passwd"> Username and password do not match. (You provided XXXXXXXXXX) </div>
- Technorati login error
<p class="error">Sorry, the member name and password you entered do not match. Please try again.</p>
- Yahoo failed login
<div class="yregertxt"><strong>Invalid ID or password.</strong><br> Please try again.</div>