To handle the errors from bigquery I have used - job.errors[0]['message']
and everything was fine so far.
The issue is when you querying and for example, when you divide the value by 0, BigQuery will show you:
QUESTION: By using PYTHON - HOW to pick up this error?