你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
ConditionErrorNameMapper enum
将 amqp 错误条件映射到错误名称。
字段
amqp:connection:forced | 当操作员出于某种原因进行干预以关闭连接时,将引发错误。 |
amqp:connection:framing-error | 当无法从传入字节流形成有效的帧标头时,将引发错误。 |
amqp:connection:redirect | 当容器在当前连接上不再可用时,将引发错误。 |
amqp:decode-error | 无法解码数据时,将引发错误。 |
amqp:frame-size-too-small | 当对等方无法发送帧时,将引发错误,因为具有当前有效值的最小性能的编码太大,无法容纳在商定的最大帧大小的帧内。 |
amqp:illegal-state | 当对等方发送当前状态不允许的帧时,将引发错误。 |
amqp:internal-error | 发生内部服务器错误时,将引发错误。 你可能发现了一个 bug? |
amqp:invalid-field | 当在帧正文中传递无效字段且操作无法继续时,将引发错误。 |
amqp:link:detach-forced | 当操作员出于某种原因干预分离时,将引发错误。 |
amqp:link:message-size-exceeded | 当发送的消息太大时,将引发错误:最大大小为 256Kb。 |
amqp:link:redirect | 当提供的地址无法解析为当前容器中的某个终点时,将引发错误。 |
amqp:link:stolen | 当两个或多个实例连接到具有不同纪元值的同一分区时,将引发错误。 |
amqp:link:transfer-limit-exceeded | 当对等方发送的消息传输量超过链接上当前允许的传输量时,将引发错误。 |
amqp:not-allowed | 尝试操作但不允许时引发错误。 |
amqp:not-found | 指示与消息传递操作相关的常规通信错误的错误。 |
amqp:not-implemented | 当功能尚未实现但占位符存在时,将引发错误。 |
amqp:precondition-failed | 当为执行操作而应满足的条件未满足时,将引发错误。 |
amqp:resource-deleted | 删除客户端正在使用的服务器实体时,将引发错误。 |
amqp:resource-limit-exceeded | 引发错误,已超出 Azure EventHub/ServiceBus 配额。 配额会定期重置,此操作必须等到那时。 消息实体已达到其最大允许大小。 如果已经在每使用者组级别上打开最大接收方数(即 5),则可能发生此情况。 |
amqp:resource-locked | 当客户端尝试使用它无权访问的服务器实体时,将引发错误,因为另一个客户端正在使用该实体。 |
amqp:session:errant-link | 收到链接的输入时,会引发错误。 |
amqp:session:handle-in-use | 使用已用于附加链接的句柄收到附加时,将引发错误。 |
amqp:session:unattached-handle | 当收到附加) 以外的帧 (引用当前未使用附加链接的句柄时,将引发错误。 |
amqp:session:window-violation | 当对等方违反会话的传入窗口时,将引发错误。 |
amqp:unauthorized-access | 当连接参数错误且服务器拒绝连接时,将引发错误。 |
client.sender:link-not-ready | 客户端发送方的链接未就绪时引发错误 |
client.sender:not-enough-link-credit | 当客户端发送方没有足够的链接信用额度来发送消息时,将引发错误。 |
com.microsoft:address-already-in-use | 当地址已在使用时,将引发错误。 |
com.microsoft:argument-error | 收到不正确的参数时,将引发错误。 |
com.microsoft:argument-out-of-range | 当参数的值在允许范围外时,将引发错误。 |
com.microsoft:auth-failed | 当连接参数错误且服务器拒绝连接时,将引发错误。 |
com.microsoft:entity-already-exists | 尝试创建已存在的实体时,将引发错误。 |
com.microsoft:entity-disabled | 尝试访问/连接到已禁用的消息传送实体时,将引发错误。 |
com.microsoft:message-lock-lost | 当消息的锁定丢失时,将引发错误。 |
com.microsoft:message-not-found | 找不到消息时会引发错误。 |
com.microsoft:message-wait-timeout | 在指定时间内未收到新消息时,将引发错误。 |
com.microsoft:no-matching-subscription | 找不到匹配的订阅时,将引发错误。 |
com.microsoft:operation-cancelled | 服务器由于内部问题取消操作时,将引发错误。 |
com.microsoft:partition-not-owned | 尝试访问请求实体不拥有的分区时,将引发错误。 |
com.microsoft:precondition-failed | 当为执行操作而应满足的条件未满足时,将引发错误。 |
com.microsoft:publisher-revoked | 撤销对发布者的访问权限时,将引发错误。 |
com.microsoft:relay-not-found | 找不到中继时引发错误。 |
com.microsoft:server-busy | 服务器正忙时引发错误。 调用方应等待一段时间,然后重试操作。 |
com.microsoft:session-cannot-be-locked | 无法锁定 Azure ServiceBus 会话时,将引发错误。 |
com.microsoft:session-lock-lost | Azure ServiceBus 会话上的锁丢失时引发错误。 |
com.microsoft:store-lock-lost | 存储锁丢失时引发错误。 |
com.microsoft:timeout | 服务不可用时引发错误。 应重试该操作。 |
system:error | 当 node.js 引发低级别系统错误时,将引发错误。 https://nodejs.org/dist/latest-v8.x/docs/api/all.html#errors_class_system_error |