OmniSciDB
a5dc49c757
|
Classes | |
class | Warning |
class | Error |
class | InterfaceError |
class | DatabaseError |
class | DataError |
class | OperationalError |
class | IntegrityError |
class | InternalError |
class | ProgrammingError |
class | NotSupportedError |
Functions | |
def | _translate_exception |
Define exceptions as specified by the DB API 2.0 spec. Includes some helper methods for translating thrift exceptions to the ones defined here.
|
private |
Translate a thrift-land exception to a DB-API 2.0 exception.
Definition at line 54 of file exceptions.py.
Referenced by heavydb.cursor.Cursor.execute().