Web/API/DOMError

From Get docs

DeprecatedThis feature is no longer recommended. Though some browsers might still support it, it may have already been removed from the relevant web standards, may be in the process of being dropped, or may only be kept for compatibility purposes. Avoid using it, and update existing code if possible; see the compatibility table at the bottom of this page to guide your decision. Be aware that this feature may cease to work at any time.


The DOMError interface describes an error object that contains an error name.

Properties

DOMError.name Read only
Returns a DOMString representing one of the error type names (see below).
DOMError.message Read only
Returns a DOMString representing a message or description associated with the given error type name.

Error types

Type Description
IndexSizeError The index is not in the allowed range (e.g. thrown in a range object).
HierarchyRequestError The node tree hierarchy is not correct.
WrongDocumentError The object is in the wrong document.
InvalidCharacterError The string contains invalid characters.
NoModificationAllowedError The object can not be modified.
NotFoundError The object can not be found here.
NotSupportedError The operation is not supported
InvalidStateError The object is in an invalid state.
SyntaxError The string did not match the expected pattern.
InvalidModificationError The object can not be modified in this way.
NamespaceError The operation is not allowed by Namespaces in XML
InvalidAccessError The object does not support the operation or argument.
TypeMismatchError The type of the object does not match the expected type.
SecurityError The operation is insecure.
NetworkError A network error occurred.
AbortError The operation was aborted.
URLMismatchError The given URL does not match another URL.
QuotaExceededError The quota has been exceeded.
TimeoutError The operation timed out.
InvalidNodeTypeError The node is incorrect or has an incorrect ancestor for this operation.
DataCloneError The object can not be cloned.

Browser compatibility

Update compatibility data on GitHub

Desktop Mobile
Chrome Edge Firefox Internet Explorer Opera Safari Android webview Chrome for Android Firefox for Android Opera for Android Safari on iOS Samsung Internet

DOMError

Deprecated'

Chrome

Full support 36

Edge

Full support 12

Firefox

No support 12 — 69

IE

Full support 10

Opera Full support 23


Full support 23


No support ≤12.1 — 15


Safari

No support No

WebView Android

Full support 37

Chrome Android

Full support 36

Firefox Android

No support 14 — 79

Opera Android Full support 24


Full support 24


No support ≤12.1 — 14


Safari iOS

No support No

Samsung Internet Android

Full support 3.0

message

Deprecated'

Chrome

Full support Yes

Edge

Full support ≤18

Firefox

No support 12 — 69

IE

?

Opera

Full support Yes

Safari

No support No

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

No support 14 — 79

Opera Android

Full support Yes

Safari iOS

No support No

Samsung Internet Android

Full support Yes

name

Deprecated'

Chrome

Full support Yes

Edge

Full support 12

Firefox

No support 12 — 69

IE

Full support 10

Opera

Full support Yes

Safari

No support No

WebView Android

Full support Yes

Chrome Android

Full support Yes

Firefox Android

No support 14 — 79

Opera Android

Full support Yes

Safari iOS

No support No

Samsung Internet Android

Full support Yes

Legend

Full support  
Full support
No support  
No support
Compatibility unknown  
Compatibility unknown
Deprecated. Not for use in new websites.'
Deprecated. Not for use in new websites.


See also