DOMError - Web API 接口参考 编辑

已废弃
该特性已经从 Web 标准中删除,虽然一些浏览器目前仍然支持它,但也许会在未来的某个时间停止支持,请尽量不要使用该特性。

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

属性

DOMError.name 只读
返回一个代表一个错误类型名称的 DOMString (见下文).
DOMError.message 只读
返回一个代表与给定错误类型名称有关的信息或描述DOMString

Error 类型

TypeDescription
IndexSizeErrorThe index is not in the allowed range (e.g. thrown in a range object).
索引不在允许的范围内
HierarchyRequestErrorThe node tree hierarchy is not correct.
节点树层次结构是不正确的。
WrongDocumentErrorThe object is in the wrong document.
对象是错误的
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.
对象不能克隆。

规范

SpecificationStatusComment
DOM4
DOMError
ObsoleteInitial definition.

浏览器兼容性

We're converting our compatibility data into a machine-readable JSON format. This compatibility table still uses the old format, because we haven't yet converted the data it contains. Find out how you can help!
FeatureChromeEdgeFirefox (Gecko)Internet ExplorerOperaSafari
Basic support?(Yes)12.0[1]??(Yes)
FeatureAndroidEdgeFirefox Mobile (Gecko)IE MobileOpera MobileSafari Mobile
Basic support?(Yes)12.0[1]???

[1] 这在Firefox version 58被删除.

另请参阅

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据

词条统计

浏览:131 次

字数:7004

最后编辑:7 年前

编辑次数:0 次

    我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
    原文