2.0.0b35
RuntimeUserError
Package: flyte.errors
This error is raised when the underlying task execution fails because of an error in the user’s code.
class RuntimeUserError(
code: str,
message: str,
worker: str | None,
)| Parameter | Type | Description |
|---|---|---|
code |
str |
|
message |
str |
|
worker |
str | None |