Movatterモバイル変換


[0]ホーム

URL:


  1. 面向开发者的 Web 技术
  2. Web API
  3. DOMError

此页面由社区从英文翻译而来。了解更多并加入 MDN Web Docs 社区。

View in EnglishAlways switch to English

DOMError

已弃用: 不再推荐使用该特性。虽然一些浏览器仍然支持它,但也许已从相关的 web 标准中移除,也许正准备移除或出于兼容性而保留。请尽量不要使用该特性,并更新现有的代码;参见本页面底部的兼容性表格以指导你作出决定。请注意,该特性随时可能无法正常工作。

DOMError 接口描述一个错误对象,该对象包含一个错误的名字。

属性

DOMError.name只读

返回一个代表一个错误类型名称的DOMString (见下文).

DOMError.message只读

返回一个代表与给定错误类型名称有关的信息或描述DOMString

Error 类型

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 操作在 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. 给定的 URL 不匹配另一个 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. 对象不能克隆。

浏览器兼容性

参见

Help improve MDN

Learn how to contribute

This page was last modified on byMDN contributors.


[8]ページ先頭

©2009-2025 Movatter.jp