Skip to content

exceptions

dev_tool.services.docker.exceptions

DockerServiceError

Bases: DevToolBaseError

An exception that is raised when a Docker service operation fails.

DockerConfigurationError

Bases: DockerServiceError

An exception that is raised when Docker configuration cannot be processed.

DockerContainerError

Bases: DockerServiceError

An exception that is raised when a Docker container operation fails.

DockerDesktopNotRunningError

Bases: DockerServiceError

An exception that is raised when Docker Desktop is not running but is required for an operation.

DockerImageError

Bases: DockerServiceError

An exception that is raised when a Docker image operation fails.