certwrangler.exceptions module#

exception certwrangler.exceptions.CertwranglerError[source]#

Bases: Exception

Base certwrangler error.

exception certwrangler.exceptions.ConfigError[source]#

Bases: CertwranglerError

Failure during cert controller operation.

exception certwrangler.exceptions.ControllerError[source]#

Bases: CertwranglerError

Failure during cert controller operation.

exception certwrangler.exceptions.DaemonError[source]#

Bases: CertwranglerError

Failure during daemon operation.

exception certwrangler.exceptions.SolverError[source]#

Bases: CertwranglerError

Failure during solver operation.

exception certwrangler.exceptions.StateManagerError[source]#

Bases: CertwranglerError

Failure during state manager operation.

exception certwrangler.exceptions.StoreError[source]#

Bases: CertwranglerError

Failure during store operation.