This document is for Kombu's development version, which can be
significantly different from previous releases. Get the stable docs here:
5.0.
例外情况- kombu.exceptions
例外。
-
exception kombu.exceptions.NotBoundError[源代码]
正在尝试对未绑定实体调用依赖于通道的方法。
-
exception kombu.exceptions.MessageStateError[源代码]
该消息已被确认。
-
exception kombu.exceptions.TimeoutError
超时已过。
-
exception kombu.exceptions.LimitExceeded[源代码]
已超过限制。
-
exception kombu.exceptions.ConnectionLimitExceeded[源代码]
超过了同时连接的最大数量。
-
exception kombu.exceptions.ChannelLimitExceeded[源代码]
超过了同时使用的最大频道数。