429 Too Many Requests
Description
The HTTP 429 Too Many Requests
response status code indicates the user has sent too many requests in a given amount of time ("rate limiting").
A Retry-After
header might be included to this response indicating how long to wait before making a new request.
See Also
Source: https://developer.mozilla.org/en-US/docs/Web/HTTP/Status/429