Error
This class represents a validation error message within the system. It extends the base message functionality by automatically assigning a severity level of ERROR to all instances.
Constructor
Signature
def Error(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the parent constructor. |
| **kwargs | any | Arbitrary keyword arguments passed to the parent constructor. |
Signature
def Error(
*args: tuple,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | tuple | Positional arguments passed to the CheckMessage base class constructor for message content and identification |
| **kwargs | dict | Keyword arguments passed to the CheckMessage base class constructor for additional message metadata |