Searched refs:TOO_MANY_REQUESTS (Results 1 – 8 of 8) sorted by relevance
57 TOO_MANY_REQUESTS = 429 variable222 response.status_code == TOO_MANY_REQUESTS):289 (retry_args.exc.status == TOO_MANY_REQUESTS or
927 response.status_code == http_wrapper.TOO_MANY_REQUESTS or
119 TOO_MANY_REQUESTS = (429, 'Too Many Requests', variable in HTTPStatus
75 HTTP_STATUS_ENUM_VALUE(TOO_MANY_REQUESTS, 429, "Too Many Requests")
37 static final String TOO_MANY_REQUESTS = "Too many requests"; field in ServerCalls147 Status.INTERNAL.withDescription(TOO_MANY_REQUESTS), in onMessage()
347 assertEquals(ServerCalls.TOO_MANY_REQUESTS, serverCall.status.getDescription()); in clientSendsOne_errorTooManyRequests_unary()368 assertEquals(ServerCalls.TOO_MANY_REQUESTS, serverCall.status.getDescription()); in clientSendsOne_errorTooManyRequests_serverStreaming()
110 ``429`` ``TOO_MANY_REQUESTS`` Additional HTTP Status Codes :rfc:`6585`
306 code = http.client.TOO_MANY_REQUESTS