Variable TOO_MANY_REQUESTSConst

TOO_MANY_REQUESTS: 429

429 Too Many Requests

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

import { TOO_MANY_REQUESTS } from 'costatus';

https://developer.mozilla.org/docs/Web/HTTP/Status/429