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"
}