ProcessErrorArgs interface
processError
回调的参数。
属性
entity |
当前接收器的实体路径。 |
error | 错误。 |
error |
错误发起的作。 “abandon”:如果自动触发 |
fully |
服务总线的完全限定命名空间。 |
identifier | 引发此事件的客户端的标识符。 |
属性详细信息
entityPath
当前接收器的实体路径。
entityPath: string
属性值
string
error
errorSource
错误发起的作。
“abandon”:如果自动触发 abandon
,则会发生错误。
“complete”:autoComplete 完成消息时发生的错误。
“processMessageCallback”:从传递给 subscribe
的用户 processMessage
回调引发的错误。
“receive”:接收消息时引发的错误。
“renewLock”:自动锁定续订失败时引发的错误。
errorSource: "abandon" | "complete" | "processMessageCallback" | "receive" | "renewLock"
属性值
"abandon" | "complete" | "processMessageCallback" | "receive" | "renewLock"
fullyQualifiedNamespace
服务总线的完全限定命名空间。
fullyQualifiedNamespace: string
属性值
string
identifier
引发此事件的客户端的标识符。
identifier: string
属性值
string