Grahvani API v1
Error reference

quota_exhausted

Out of units for this period

HTTP status
429
Error type
quota

What it means#

The plan's unit allowance for the current billing period is spent.

What to do#

Retry-After gives the seconds until the period resets. Unlike a rate limit, waiting seconds will not help — this resets on the billing period.

Check GET /v1/meta/usage (free, 0 units) for units used and remaining. If you are consuming faster than expected, note that operations cost different amounts: a rāśi chart is 1 unit, a daśā tree is 3, Aṣṭakūṭa is 10. See Units & billing.

The error shape#

429
{
  "error": {
    "type": "quota",
    "code": "quota_exhausted",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/quota_exhausted",
    "request_id": "req_01JQ8ZK3M4N5P6Q7R8S9T"
  }
}

Full list: all error codes · error handling guide.

Grahvani API — a product of AstroCorp Techlab Pvt Ltd · GSTIN 36AAMCC3512G1ZU
Base URL https://api.grahvani.in
On this page