30 Dec, 2024

Response errors when quota or rate limit exceeded


This blog will show you how the response will look like when you have exceeded the quota or rate limit.

Quota

Status code: 403
Response body:
{
"error": "Quota exceeded"
}

Rate limit

Status code: 429
Response body:
{
"error": "Rate Limit Exceeded"
}




Recent Posts

Get started

How to write a blog post