List of all possible Uncaught Error: DOM Exceptions?

2.5k views Asked by At

After getting an "Uncaught Error: NOT_FOUND_ERR: DOM Exception 8", and having seen a few others of the DOM Exceptions recently, I'm wondering... Does anyone have a list of all possible DOM Exceptions, and what triggers each? Seems like that'd be a godsend for debugging, instead of searching to try and decipher YANDE (Yet Another New DOM Exception) each time I run into a new one.

1

There are 1 answers

1
Tim Down On BEST ANSWER

Here's a full list of possible DOMException types from the latest DOM spec, DOM4:

http://www.w3.org/TR/2012/WD-dom-20120105/#domexception

It's a work in progress, and it seems 16-25 have been added since DOM Level 2, the most recent completed spec that is fully implemented in browsers. DOM Level 3 added types 16 and 17 but was never fully implemented in browsers.