ProgrammingError
No overview available.
Constructor
Signature
def ProgrammingError()
Signature
def ProgrammingError(
*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 exception. |