Flyte 2 is available today for local execution - distributed execution coming to open source soon. Preview Flyte 2 for production, hosted on Union.ai
2.0.9

DeploymentError

Package: flyte.errors

This error is raised when the deployment of a task fails, or some preconditions for deployment are not met.

Parameters

class DeploymentError(
    message: str,
)
Parameter Type Description
message str