Skip to main content

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

NameTypeDescription
varstrThe variable that caused the error.
e`Exceptionstr`
task_namestr = ""The name of the task where the error occurred.

Signature

def RuntimeDataValidationError(
var: str,
e: Exception | str,
task_name: str = ""
) - > null

Parameters

NameTypeDescription
varstrThe name of the variable that caused the validation error.
e`Exceptionstr`
task_namestr = ""The name of the task in which the validation error occurred. Defaults to an empty string if not provided.