Class NotSupportedError (2.28.1)

DB-API error for operations not supported by the database or API.

Inheritance

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

Methods

with_traceback

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