tooManyRequests constant

int const tooManyRequests

tooManyRequests = 429.

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 tooManyRequests = 429;