You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
| 9002 | HOST_LOOKUP_FAILED | Failed to perform DNS lookup for the host. |
20
+
| 9003 | CONNECT_FAILED | Failed to setup any connection for the host and client settings allowed no more attempts. |
21
+
| 9004 | INVALID_REDIRECT | Service returned an invalid redirect response for this request. |
22
+
| 9005 | CONNECTION_LOST | The connection was lost unexpectedly while handling the request and client settings allowed no more attempts. |
23
+
| 9006 | BROKEN_PAYLOAD | The input stream passed to the request using http_client_request_set_payload() returned an error while sending the request. |
24
+
| 9007 | BAD_RESPONSE | The service returned a bad response. |
25
+
| 9008 | TIMED_OUT | The request timed out (either this was the last attempt or the absolute timeout was hit). |
0 commit comments