The Wayback Machine - https://web.archive.org/web/20211008051929/https://www.geeksforgeeks.org/javascript-error-object-complete-reference/
Skip to content
Related Articles

Related Articles

Improve Article

JavaScript Error Object Complete Reference

  • Last Updated : 12 Mar, 2021

Error objects are arising at runtime errors. The error object also uses as the base object for the exceptions defined by the user.

The complete list of JavaScript Error Object properties are listed below:

Attention reader! Don’t stop learning now. Get hold of all the basic JavaScript concepts with the JavaScript Course.

  1. Error types

  2. Instance properties

  3. Instance Methods




My Personal Notes arrow_drop_up
Recommended Articles
Page :