juju_verify.exceptions module¶
Collection of juju verification exceptions.
- exception juju_verify.exceptions.CharmException¶
Bases:
ExceptionException 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:
ExceptionException related to failing action run on the unit.
- exception juju_verify.exceptions.JujuVerifyError¶
Bases:
ExceptionException related to the main logic of Juju-verify.
- exception juju_verify.exceptions.VerificationError¶
Bases:
ExceptionException related to the main verification process.