Skip to main content

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

NameTypeDescription
*argsanyVariable length argument list passed to the parent constructor.
**kwargsanyArbitrary keyword arguments passed to the parent constructor.

Signature

def Error(
*args: tuple,
**kwargs: dict
) - > null

Parameters

NameTypeDescription
*argstuplePositional arguments passed to the CheckMessage base class constructor for message content and identification
**kwargsdictKeyword arguments passed to the CheckMessage base class constructor for additional message metadata