Rate Limit error codes
Every public API error code emitted by Rate Limit, with its HTTP status, its type and a page per code.
Error codes emitted by Rate Limit. Each code links to its own page with the cause and the action to take.
| Code | Type | HTTP | Description |
|---|---|---|---|
monthly_quota_exceeded | rate_limit_error | 429 | The company exhausted the monthly call quota its plan includes. |
rate_limit_exceeded | rate_limit_error | 429 | The key sent more requests than its rate allows in the current window. |