kazoo.exceptions¶
Kazoo Exceptions
Public API¶
-
exception
kazoo.exceptions.KazooException[source]¶ Base Kazoo exception that all other kazoo library exceptions inherit from
-
exception
kazoo.exceptions.ZookeeperError[source]¶ Base Zookeeper exception for errors originating from the Zookeeper server
-
exception
kazoo.exceptions.ConfigurationError[source]¶ Raised if the configuration arguments to an object are invalid
Private API¶
-
exception
kazoo.exceptions.CancelledError[source]¶ Raised when a process is cancelled by another thread
-
exception
kazoo.exceptions.NotReadOnlyCallError[source]¶ An API call that is not read-only was used while connected to a read-only server