kiwipy.exceptions module¶
- exception kiwipy.exceptions.CommunicatorClosed[source]¶
Bases:
ExceptionRaised when an operation is attempted on a closed communicator
- exception kiwipy.exceptions.DuplicateSubscriberIdentifier[source]¶
Bases:
ExceptionFailed to add a subscriber because the identifier supplied is already in use
- exception kiwipy.exceptions.InvalidStateError[source]¶
Bases:
ExceptionRaise when an object is in an invalid state to perform the desired action
- exception kiwipy.exceptions.QueueEmpty[source]¶
Bases:
ExceptionCould not get the next message from the queue because it is empty
- exception kiwipy.exceptions.RemoteException[source]¶
Bases:
ExceptionAn exception occurred at the remote end of the call
- exception kiwipy.exceptions.TaskRejected[source]¶
Bases:
ExceptionA task was rejected at the remote end
- exception kiwipy.exceptions.UnroutableError[source]¶
Bases:
DeliveryFailedThe messages was unroutable