Module Exceptions
Error is the base class for other exceptions.
InterfaceErroris raised for errors related to the driver. Not supported yet.DatabaseErroris raised for errors related to the database.DataErroris raised for data value errors such as division by zero. Not supported yet.IntegrityErroris raised for referential integrity violations. Not supported yet.OperationalErroris raised for errors related to the database's operation.ProgrammingErroris raised for SQL object existence errors and SQL syntax errors. Not supported yet.