TOO_MANY_REQUESTS constant

int const TOO_MANY_REQUESTS

The user has sent too many requests in a given amount of time ("rate limiting").

https://tools.ietf.org/html/rfc6585#section-4

Implementation

static const int TOO_MANY_REQUESTS = 429;