Searched refs:TOO_MANY_REQUESTS (Results 1 – 6 of 6) 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
118 TOO_MANY_REQUESTS = (429, 'Too Many Requests', variable in HTTPStatus
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`