2.0.0b35

PrimaryContainerNotFoundError

Package: flyte.errors

This error is raised when the primary container is not found.

class PrimaryContainerNotFoundError(
    code: str,
    message: str,
    worker: str | None,
)
Parameter Type Description
code str
message str
worker str | None