Skip to main content

ProgrammingError

No overview available.

Constructor

Signature

def ProgrammingError()

Signature

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

Parameters

NameTypeDescription
*argstupleVariable length argument list typically containing the error message and database-specific error codes.
**kwargsdictArbitrary keyword arguments used to pass additional context about the exception.