Flyte 2 Devbox is available today to run a full Flyte backend and UI locally. Preview Flyte 2 for production, hosted on Union.ai
2.2.2

RuntimeUnknownError

Package: flyte.errors

This error is raised when the underlying task execution fails because of an unknown error.

Parameters

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