Class DatabaseError (3.3.3)

DB-API error related to the database.

Inheritance

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

Methods

with_traceback

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