你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ProcessErrorArgs interface
回调的参数 processError
。
属性
entity |
当前接收方的实体路径。 |
error | 错误。 |
error |
错误源自的操作。 “abandon”:自动触发 时 |
fully |
服务总线的完全限定命名空间。 |
identifier | 引发此事件的客户端的标识符。 |
属性详细信息
entityPath
当前接收方的实体路径。
entityPath: string
属性值
string
error
errorSource
错误源自的操作。
“abandon”:自动触发 时 abandon
发生的错误。
“complete”:自动完成完成消息时发生的错误。
“processMessageCallback”:从传递给 subscribe
的用户processMessage
回调引发的错误。
“receive”:接收消息时引发的错误。
“renewLock”:自动锁定续订失败时引发的错误。
errorSource: "abandon" | "complete" | "processMessageCallback" | "receive" | "renewLock"
属性值
"abandon" | "complete" | "processMessageCallback" | "receive" | "renewLock"
fullyQualifiedNamespace
服务总线的完全限定命名空间。
fullyQualifiedNamespace: string
属性值
string
identifier
引发此事件的客户端的标识符。
identifier: string
属性值
string