RuntimeDataValidationError
This error is raised when the user tries to access a resource that does not exist or is invalid.
Constructor
Signature
def RuntimeDataValidationError(
var: str,
e: Exception | str,
task_name: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| var | str | The name of the variable that failed validation. |
| e | `Exception | str` |
| task_name | str | The name of the task where the validation error occurred. |
Signature
def RuntimeDataValidationError(
var: string,
e: Exception | str,
task_name: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| var | string | The name of the variable that failed the serialization or deserialization process |
| e | `Exception | str` |
| task_name | string | The name of the specific task where the validation error occurred, used for debugging context |