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

RuntimeUserError

Package: flyte.errors

This error is raised when the underlying task execution fails because of an error in the user’s code.

Parameters

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