Class OperationalError (2.0.0)

DB-API error related to the database operation.

These errors are not necessarily under the control of the programmer.

Inheritance

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

Methods

with_traceback

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