| I disagree with nearly every response in this thread (not yours). The 'cutesy' error messages are step 1 to providing a better user experience. 'This is awkward! Something went wrong and it's probably our fault :-(' is much better for users than 'Unexpected error occurred in logTicketResponse' And no, it isn't sufficient, but it is better. Providing useful error messages is really hard (and it sounds like your application does a good job of it), and we as software developers are not very good at it. For everyone who complains about the cutesy error messages, how much time are you spending in your own code to provide useful error messages that explain the problem and suggest resolutions? |
A bullshit error message on the other hand not only makes searching useless but also prevents the user from exploring towards a solution since they can't even tell different errors apart if they have the same generic message.