Grahvani API v1
Error reference

engine_unavailable

The computation service is unreachable

HTTP status
503
Error type
internal

What it means#

We could not reach the calculation engine.

What to do#

Ours, not yours. Retry with exponential backoff; this class of failure is usually brief.

You were not billed. We meter only 2xx responses, so a failed call never consumes units. If it persists beyond a few minutes, quote the request_id.

The error shape#

503
{
  "error": {
    "type": "internal",
    "code": "engine_unavailable",
    "message": "\u2026",
    "doc_url": "https://docs.grahvani.in/errors/engine_unavailable",
    "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