This document describes the current stable version of Kombu (5.3). For development docs, go here.

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.