DOMException.message
The message
read-only property of the
DOMException
interface returns a DOMString
representing
a message or description associated with the given error name.
Syntax
var domExceptionMessage = domExceptionInstance.message;
Value
A DOMString
.
Specifications
Specification | Status | Comment |
---|---|---|
Web IDL The definition of 'message' in that specification. |
Candidate Recommendation |
Browser compatibility
BCD tables only load in the browser