Learn Vue JS course Learn Javascript and Vue JS Learn VueJS course Learn VueJS Tutorial

JavaScript Error Handling

Be Strategic about Error Behavior and Notifying the User thumbnail image

Get access to the most comprehensive Vue.js video library in the world. Over 300 video lessons including the newest Vue 3 features.

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