Lines Matching refs:http_error
39 except HttpError as http_error:
40 if http_error.resp.status == 409:
45 http_error))
114 except HttpError as http_error:
115 if http_error.resp.status == 409:
119 http_error))
146 except HttpError as http_error:
147 print('Error in creating table: %s. Err: %s' % (table_id, http_error))
165 except HttpError as http_error:
179 except HttpError as http_error:
180 print('Query execute job failed with error: %s' % http_error)
181 print(http_error.content)