JavaScript Error Handling
Plans from $25/month

This lesson is for members. Join us?

Subscribe now and get immediate access to this course, 30 more and all future Vue.js courses!

Be Strategic about Error Behavior and Notifying the User

In this lesson, learn tips for when an how to communicate errors to users. Know that some errors can be recovered from WITHOUT user intervention (and therefore we don’t have to notify them). Most errors though do require user intervention. In such cases we can speak to them with QUALITY error messages.

Quality error messages:

  1. User natural human language
  2. Are specific
  3. Are actionable
  4. Account for human emotions
  5. and should be brief

Links