The page you navigated to () does not exist, so we brought you to the closest page to it.
You have switched from the to the variant of this site. There is no equivalent of . We have taken you to the closest page in the variant.
2.1.9
BaseRuntimeError
Package: flyte.errors
Base class for all Union runtime errors. These errors are raised when the underlying task execution fails, either because of a user error, system error or an unknown error.
Parameters
class BaseRuntimeError(
code: str,
kind: typing.Literal['system', 'unknown', 'user'],
root_cause_message: str,
worker: str | None,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
kind |
typing.Literal['system', 'unknown', 'user'] |
|
root_cause_message |
str |
|
worker |
str | None |