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
RuntimeSystemError
Package: flyte.errors
This error is raised when the underlying task execution fails because of a system error. This could be a bug in the Union system or a bug in the user’s code.
Parameters
class RuntimeSystemError(
code: str,
message: str,
worker: str | None,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
message |
str |
|
worker |
str | None |