Grahvani API v1
Error reference

unknown_operation

Route mapped to an operation we cannot serve

HTTP status
500
Error type
internal

What it means#

An internal routing inconsistency.

What to do#

Entirely ours — this indicates a route registered without a corresponding operation definition, which is a deployment defect and not something any request shape can cause. Quote the request_id. Not billed.

The error shape#

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