Skip to main content

RestrictedTypeError

This error is raised when the user uses a restricted type, for example current a Tuple is not supported for one value.

Constructor

Signature

def RestrictedTypeError(
message: string
)

Parameters

NameTypeDescription
messagestringThe detailed error message explaining the restricted type usage.

Signature

def RestrictedTypeError(
message: string
) - > null

Parameters

NameTypeDescription
messagestringThe detailed explanation of why the specific type usage is restricted in the current context