so far, i just tell user that an error happens, please retry. what message should be more user-friendly?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The best message would be no message. That is, if your code can automatically handle the error for the user by re-trying a set number of times, or perhaps scheduling the work for later.
Failing that, a message specific to the user’s task would be most useful. For example, instead of “An error occurred” you might say “Your order could not be submitted right now – please try again later” or something to that effect.