storectl.domain.exceptions package

Submodules

Module contents

exception storectl.domain.exceptions.DeploymentFailedError(deployment_name)[source]

Bases: StorectlError

Raised when a deployment fails or cannot be rolled out.

exception storectl.domain.exceptions.NodeNotFoundError(node_name)[source]

Bases: StorectlError

Raised when a node cannot be found in the cluster.

exception storectl.domain.exceptions.StorectlError[source]

Bases: Exception

Base exception for all storectl errors.