A newer version of this documentation is available.

View Latest

Request Error

  • concept

A request error happens when there is a problem with the REST request itself, e.g. missing a required parameter.

Request
curl -v http://localhost:8093/query/service
Response
{
  "requestID": "424c0a6d-b851-4feb-892c-0d9a106f2e13",
  "errors": [
    {
      "code": 1050,
      "msg": "No statement or prepared value"
    }
  ],
  "status": "fatal",
  "metrics": {
    "elapsedTime": "1.124637ms",
    "executionTime": "1.094663ms",
    "resultCount": 0,
    "resultSize": 0,
    "serviceLoad": 0,
    "errorCount": 1
  }
}