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
| Name | Type | Description |
|---|---|---|
| message | str | A detailed message describing the specific restriction violation. |
Signature
def RestrictedTypeError(
message: str
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| message | str | The specific error message detailing why the restricted type usage is not allowed. |