RuntimeDataValidationError
This error is raised when the user tries to access a resource that does not exist or is invalid.
Constructors
- 
Initializes the RuntimeDataValidationError with details about the validation failure. 
- 
Parameters - var: string
- The name of the variable that failed validation.
 
- e: Exception | string
- The exception or string describing the validation error.
 
- task_name: string
- The name of the task during which the validation failed. Defaults to an empty string.
 
 
- var: string
- 
Initializes the RuntimeDataValidationError with details about the validation failure. 
- 
Parameters - var: string
- The name of the variable that caused the validation error.
 
- e: Exception | string
- The exception or string describing the reason for the serialization/deserialization failure.
 
- task_name: string
- The name of the task during which the validation error occurred. Defaults to an empty string.
 
 
- var: string