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 variable that caused the error. |
| e | `Exception | str` |
| task_name | str = "" | The name of the task where the error occurred. |
Signature
def RuntimeDataValidationError(
var: str,
e: Exception | str,
task_name: str = ""
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| var | str | The name of the variable that caused the validation error. |
| e | `Exception | str` |
| task_name | str = "" | The name of the task in which the validation error occurred. Defaults to an empty string if not provided. |