Searched refs:http_error (Results 1 – 14 of 14) sorted by relevance
55 except HttpError as http_error:56 if http_error.resp.status == 409:61 (dataset_id, http_error))131 except HttpError as http_error:132 if http_error.resp.status == 409:136 (table_id, http_error))162 except HttpError as http_error:163 print('Error in creating table: %s. Err: %s' % (table_id, http_error))180 except HttpError as http_error:182 print('Error message: %s' % http_error)[all …]
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:[all …]
50 grpc_http2_error_code* http_error, in grpc_error_get_status() argument66 if (http_error != nullptr) { in grpc_error_get_status()67 *http_error = GRPC_HTTP2_NO_ERROR; in grpc_error_get_status()102 if (http_error != nullptr) { in grpc_error_get_status()104 *http_error = static_cast<grpc_http2_error_code>(integer); in grpc_error_get_status()107 *http_error = in grpc_error_get_status()110 *http_error = found_error == GRPC_ERROR_NONE ? GRPC_HTTP2_NO_ERROR in grpc_error_get_status()
39 grpc_http2_error_code* http_error,
1211 except googleapiclient.errors.HttpError as http_error:1214 '0.0.0.0:%d. Retrying with another port.' % (http_error, port))1285 except googleapiclient.errors.HttpError as http_error:1286 logger.info('Delete failed: %s', http_error)1302 except googleapiclient.errors.HttpError as http_error:1303 logger.info('Delete failed: %s', http_error)1312 except googleapiclient.errors.HttpError as http_error:1313 logger.info('Delete failed: %s', http_error)1324 except googleapiclient.errors.HttpError as http_error:1325 logger.info('Delete failed: %s', http_error)[all …]
211 if(proxy->spdy_error || proxy->http_error) in http_cb_request()364 proxy->http_error = true; in http_create_response()401 proxy->http_error = true; in http_cb_request_completed()
123 bool http_error; member
1761 def http_error(status): function1775 self.assertEqual(http_error(400), "Bad request")1776 self.assertEqual(http_error(401), "Unauthorized")1777 self.assertEqual(http_error(403), "Forbidden")1778 self.assertEqual(http_error(404), "Not found")1779 self.assertEqual(http_error(418), "I'm a teapot")1780 self.assertEqual(http_error(123), "Something else")1781 self.assertEqual(http_error("400"), "Something else")1782 self.assertEqual(http_error(401 | 403 | 404), "Something else") # 4071785 def http_error(status): function[all …]
1718 grpc_http2_error_code http_error; in send_goaway() local1721 &http_error, nullptr); in send_goaway()1723 static_cast<uint32_t>(http_error), in send_goaway()2036 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local2038 &http_error, nullptr); in grpc_chttp2_cancel_stream()2040 t, s->id, static_cast<uint32_t>(http_error), &s->stats.outgoing); in grpc_chttp2_cancel_stream()
1960 return self.http_error(1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
261 def http_error(status):
478 def http_error(status):507 def http_error(status):
3471 ORIGIN: ../../../fuchsia/sdk/linux/fidl/fuchsia.net.oldhttp/http_error.fidl + ../../../fuchsia/sdk/…3473 FILE: ../../../fuchsia/sdk/linux/fidl/fuchsia.net.oldhttp/http_error.fidl
27855 http_error had the 'data is None' test backwards. don't call with the