Class DataError (2.16.1)

DB-API error due to problems with the processed data.

Inheritance

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

Methods

with_traceback

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