etcd.exceptions module

exception etcd.exceptions.EtcdAlreadyExistsException[source]

Bases: etcd.exceptions.EtcdException

Raised when a directory can’t be created because it already exists.

exception etcd.exceptions.EtcdError[source]

Bases: etcd.exceptions.EtcdException

The base error for the client.

exception etcd.exceptions.EtcdException[source]

Bases: exceptions.Exception

The base exception for the client.

exception etcd.exceptions.EtcdPreconditionException[source]

Bases: etcd.exceptions.EtcdException

Raised when a CAS condition fails.