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

NonRecoverableError

Package: flyte.errors

Raised when an error is encountered that is not recoverable. Retries are irrelevant.

Parameters

class NonRecoverableError(
    message: str,
    code: str,
)
Parameter Type Description
message str
code str