2.0.0b35
RuntimeDataValidationError
Package: flyte.errors
This error is raised when the user tries to access a resource that does not exist or is invalid.
class RuntimeDataValidationError(
var: str,
e: Exception | str,
task_name: str,
)| Parameter | Type | Description |
|---|---|---|
var |
str |
|
e |
Exception | str |
|
task_name |
str |