SystemCheckError
The system check framework detected unrecoverable errors.
Constructor
Signature
def SystemCheckError()
Signature
def SystemCheckError(
args: tuple,
kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Variable length argument list passed to the parent CommandError constructor. |
| kwargs | dict | Arbitrary keyword arguments passed to the parent CommandError constructor. |