Grahvani API v1
Error reference

engine_error

The computation failed

HTTP status
500
Error type
internal

What it means#

The engine was reachable but the computation did not complete.

What to do#

Ours. Quote the request_id — it is the key to the exact log line for your call.

Retrying is reasonable but if the same inputs fail repeatedly, they are likely triggering a genuine defect rather than a transient fault, and we would like to know. Not billed.

The error shape#

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