juju_verify.exceptions module

Collection of juju verification exceptions.

exception juju_verify.exceptions.CharmException

Bases: Exception

Exception related to the charm or the unit that runs it.

exception juju_verify.exceptions.JujuActionFailed(error: JujuError, unit: Unit, action: str, params: Optional[Dict[str, Any]] = None)

Bases: Exception

Exception related to failing action run on the unit.

exception juju_verify.exceptions.JujuVerifyError

Bases: Exception

Exception related to the main logic of Juju-verify.

exception juju_verify.exceptions.VerificationError

Bases: Exception

Exception related to the main verification process.