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: str
) - > null

Parameters

NameTypeDescription
messagestrA detailed message describing the specific restriction violation.

Signature

def RestrictedTypeError(
message: str
) - > null

Parameters

NameTypeDescription
messagestrThe specific error message detailing why the restricted type usage is not allowed.