Home
last modified time | relevance | path

Searched refs:http_error (Results 1 – 14 of 14) sorted by relevance

/third_party/grpc/tools/gcp/utils/
Dbig_query_utils.py55 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 …]
/third_party/protobuf/benchmarks/util/
Dbig_query_utils.py39 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 …]
/third_party/grpc/src/core/lib/transport/
Derror_utils.cc50 grpc_http2_error_code* http_error, in grpc_error_get_status() argument
66 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()
Derror_utils.h39 grpc_http2_error_code* http_error,
/third_party/grpc/tools/run_tests/
Drun_xds_tests.py1211 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 …]
/third_party/skia/third_party/externals/microhttpd/src/examples/
Dmhd2spdy_http.c211 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()
Dmhd2spdy_structures.h123 bool http_error; member
/third_party/python/Lib/test/
Dtest_patma.py1761 def http_error(status): function
1775 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") # 407
1785 def http_error(status): function
[all …]
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dchttp2_transport.cc1718 grpc_http2_error_code http_error; in send_goaway() local
1721 &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() local
2038 &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()
/third_party/python/Lib/urllib/
Drequest.py1960 return self.http_error(
1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener
/third_party/python/Doc/tutorial/
Dcontrolflow.rst261 def http_error(status):
/third_party/python/Doc/whatsnew/
D3.10.rst478 def http_error(status):
507 def http_error(status):
/third_party/flutter/engine/flutter/ci/licenses_golden/
Dlicenses_fuchsia3471 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
/third_party/python/Misc/
DHISTORY27855 http_error had the 'data is None' test backwards. don't call with the