Warnungen und Fehlermeldungen
Eine gute Warn- oder Fehlermeldung enthält zwei Elemente:
- Eine Kurzbeschreibung des Problems
- Eine Liste von Möglichkeiten, wie der Benutzer das Problem beheben kann.
Beide dieser Elemente sollten in einer nicht-technischen und jargonfreien Sprache präsentiert werden, es sei denn, Ihr Zielpublikum ist technisch versiert.
If your application knows enough about the problem to be able to give all this information to the user, it will often be capable of rectifying the problem itself when the user has decided which course of action they want to take. For example, if the problem is insufficient memory, tell the user which currently-running application is taking up the most memory, and provide a button to close it for them. (Do not offer to launch a graphical process manager, however, which is something most users should never see!)
See Abschnitt 3.4 ― Alarme for more detailed information on writing and presenting errors, warnings and information alerts.