IntegrityError
No overview available.
Constructor
Signature
def IntegrityError() - > null
Signature
def IntegrityError(
args: tuple,
kwargs: dict
) - > null
Parameters
| Name | Type | Description |
|---|---|---|
| args | tuple | Variable length argument list typically containing the error message and database-specific error codes. |
| kwargs | dict | Arbitrary keyword arguments used to pass additional context about the integrity failure. |