你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
AdapterError interface
通过错误事件报告的错误,并存储在适配器状态中。
- Extends
-
Error
属性
inner |
失败的操作引发的错误。 |
target | 失败的操作。 |
timestamp | 时间戳添加到适配器实现中的错误。 |
继承属性
message | |
name | |
stack |
属性详细信息
innerError
失败的操作引发的错误。
innerError: Error
属性值
Error
target
失败的操作。
target: string
属性值
string
timestamp
时间戳添加到适配器实现中的错误。
timestamp: Date
属性值
Date
继承属性详细信息
message
message: string
属性值
string
继承自 Error.message
name
name: string
属性值
string
继承自 Error.name
stack
stack?: string
属性值
string
继承自 Error.stack