Searched defs:http_error (Results 1 – 5 of 5) sorted by relevance
50 grpc_http2_error_code* http_error, in grpc_error_get_status()
123 bool http_error; member
1718 grpc_http2_error_code http_error; in send_goaway() local2036 grpc_http2_error_code http_error; in grpc_chttp2_cancel_stream() local
1761 def http_error(status): function1785 def http_error(status): function
1968 def http_error(self, url, fp, errcode, errmsg, headers, data=None): member in URLopener