Designing Error Messages
Error messages are an important part of an application. Generally each application/system has a collection of error messages stored somewhere (I would use a dictionary of some sorts). From a UX stand point it’s important to phrase and design error messages and dialogs, in a way that tells the user …