This document is for Kombu's development version, which can be
significantly different from previous releases. Get the stable docs here:
5.3.
Exceptions - kombu.exceptions
Exceptions.
-
exception kombu.exceptions.NotBoundError[source]
Trying to call channel dependent method on unbound entity.
-
exception kombu.exceptions.MessageStateError[source]
The message has already been acknowledged.
-
kombu.exceptions.TimeoutError
alias of timeout
-
exception kombu.exceptions.LimitExceeded[source]
Limit exceeded.
-
exception kombu.exceptions.ConnectionLimitExceeded[source]
Maximum number of simultaneous connections exceeded.
-
exception kombu.exceptions.ChannelLimitExceeded[source]
Maximum number of simultaneous channels exceeded.