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 name of the variable that failed validation.
e`Exceptionstr`
task_namestrThe name of the task where the validation error occurred.

Signature

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

Parameters

NameTypeDescription
varstringThe name of the variable that failed the serialization or deserialization process
e`Exceptionstr`
task_namestringThe name of the specific task where the validation error occurred, used for debugging context