Movatterモバイル変換


[0]ホーム

URL:


MDN Web Docs

DOMError

TheDOMError interface describes an error object that contains an error name.

Instance properties

Error types

TypeDescription
IndexSizeErrorThe index is not in the allowed range (e.g., thrown in arange object).
HierarchyRequestErrorThe node tree hierarchy is not correct.
WrongDocumentErrorThe object is in the wrongdocument.
InvalidCharacterErrorThe string contains invalid characters.
NoModificationAllowedErrorThe object can not be modified.
NotFoundErrorThe object can not be found here.
NotSupportedErrorThe operation is not supported
InvalidStateErrorThe object is in an invalid state.
SyntaxErrorThe string did not match the expected pattern.
InvalidModificationErrorThe object can not be modified in this way.
NamespaceErrorThe operation is not allowed by Namespaces in XML
InvalidAccessErrorThe object does not support the operation or argument.
TypeMismatchErrorThe type of the object does not match the expected type.
SecurityErrorThe operation is insecure.
NetworkErrorA network error occurred.
AbortErrorThe operation was aborted.
URLMismatchErrorThe given URL does not match another URL.
QuotaExceededErrorThe quota has been exceeded.
TimeoutErrorThe operation timed out.
InvalidNodeTypeErrorThe node is incorrect or has an incorrect ancestor for this operation.
DataCloneErrorThe object can not be cloned.

Browser compatibility

See also

Help improve MDN

Learn how to contribute.

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp