Class InternalError (2.23.3)

Stay organized with collections Save and categorize content based on your preferences.

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.