Exceptions

exception aetcd3.exceptions.Etcd3Exception[source]

Raises on generic client errors.

exception aetcd3.exceptions.WatchTimedOut[source]

Raised on operation timeouts.

exception aetcd3.exceptions.InternalServerError[source]

Raises on etcd internal server errors.

exception aetcd3.exceptions.ConnectionFailedError[source]

Raises on etcd server connection errors.

exception aetcd3.exceptions.ConnectionTimeoutError[source]

Raises on etcd server connection timeout errors.

exception aetcd3.exceptions.PreconditionFailedError[source]

Raises on etcd server precondition errors.

exception aetcd3.exceptions.RevisionCompactedError(compacted_revision)[source]

Raises when requested and previous revisions were already compacted.

Parameters

compacted_revision (int) – Revision bellow values were compacted