UnknownDockerImageError

exception controller.exceptions.UnknownDockerImageError(message, location=None, field_path=None)

Bases: ClientRequestError

Cannot find a Docker image matching the requested parameters.

Parameters:
error: ClassVar[str] = 'unknown_image'

Used as the type field of the error message.

Should be overridden by any subclass.

status_code: ClassVar[int] = 400

HTTP status code for this type of validation error.