tooManyRequests constant

HttpStatus const tooManyRequests

429 Too Many Requests

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

Implementation

static const tooManyRequests = HttpStatus(429);