Avisos y mensajes de error
Un buen aviso o mensaje de error contiene dos elementos:
- Una breve descripción del problema.
- Una lista de las formas en las que el usuario puede solucionar el problema.
Ambos elementos se deberían presentar en un lenguaje no técnico, libre de jergas, a menos que el público al que está dirigido sea particularmente técnico.
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!)
Consulte la Sección 3.4: Alertas para obtener información más detallada acerca de escribir y presentar errores, avisos y alertas de información.