Critical
This class represents a critical system message used to indicate severe errors or failures. It extends the base message functionality by automatically assigning a critical severity level to instances upon initialization.
Constructor
Signature
def Critical(
*args: any,
**kwargs: any
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | any | Variable length argument list passed to the parent CheckMessage constructor. |
| **kwargs | any | Arbitrary keyword arguments passed to the parent CheckMessage constructor. |
Signature
def Critical(
*args: tuple,
**kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| *args | tuple | Positional arguments passed to the parent CheckMessage constructor for message content and metadata |
| **kwargs | dict | Keyword arguments passed to the parent CheckMessage constructor for specific message attributes |