Class InterfaceError (2.20.0)

DB-API error related to the database interface.

Inheritance

builtins.object > builtins.BaseException > builtins.Exception > google.cloud.bigquery.dbapi.exceptions.Error > InterfaceError

Methods

with_traceback

Exception.with_traceback(tb) -- set self.traceback to tb and return self.