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
| Name | Type | Description |
|---|---|---|
| message | string | The detailed error message explaining the restricted type usage. |
Signature
def RestrictedTypeError(
message: string
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | string | The detailed explanation of why the specific type usage is restricted in the current context |