Results 21 - 33 of 33

ReferenceError.prototype

The ReferenceError.prototype property represents the prototype for the ReferenceError constructor.
Error JavaScript Property Prototype ReferenceError

SyntaxError

The SyntaxError object represents an error when trying to interpret syntactically invalid code.
Error JavaScript Object Reference SyntaxError

SyntaxError.prototype

The SyntaxError.prototype property represents the prototype for the SyntaxError constructor.
Error JavaScript Property Prototype SyntaxError

TypeError

The TypeError object represents an error when a value is not of the expected type.
Error JavaScript Object Reference TypeError

TypeError.prototype

The TypeError.prototype property represents the prototype for the TypeError constructor.
Error JavaScript Property Prototype TypeError

URIError

The URIError object represents an error when a global URI handling function was used in a wrong way.
Error JavaScript Object Reference URIError

URIError.prototype

The URIError.prototype property represents the prototype for the URIError constructor.
Error JavaScript Property Prototype URIError

IDBRequest.error

A DOMError containing the relevant error. In Chrome 48 and later this property returns a DOMException because DOMError has been removed from the DOM standard. The following error codes are returned under certain conditions:
API Database Error IDBRequest IndexedDB Property Reference Storage storage

IDBTransaction.error

A DOMError containing the relevant error. In Chrome 48 and later this property returns a DOMException because DOMError has been removed from the DOM standard. The exact error is one of serveral possibilities. It can be a reference to the same error as the request object that raised it, or a transaction failure (for example QuotaExceededError or UnknownError).
API Database Error IDBTransaction IndexedDB Property Reference Storage storage

SpeechSynthesisErrorEvent.error

The error property of the SpeechSynthesisErrorEvent interface returns an error code indicating what has gone wrong with a speech synthesis attempt.
API Error Experimental Property Reference speech SpeechSynthesisErrorEvent synthesis Web Speech API