Class InternalError (2.27.1)

DB-API error when the database encounters an internal error.

Inheritance

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

Methods

with_traceback

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