{
  "topic": "errors.SEARCH_TIMEOUT",
  "path": [
    "errors",
    "SEARCH_TIMEOUT"
  ],
  "title": "SEARCH_TIMEOUT — search timeout expired before results collected",
  "synopsis": "Fires when the client-supplied `timeoutMillis` elapses before the search result set was fully collected. No partial results are returned.",
  "body": "# errors.SEARCH_TIMEOUT\n\n## NAME\n\nSEARCH_TIMEOUT — the client-supplied `timeoutMillis` expired before the search result set was collected.\n\n## SYNOPSIS\n\nHTTP: `408` `Request Timeout`. Retryable: `yes`.\n\n## DESCRIPTION\n\nFires when the client-supplied `timeoutMillis` elapses before the search result set was fully collected. No partial results are returned.\n\n## SEE ALSO\n\n- errors\n- errors.SEARCH_SHARD_TIMEOUT\n",
  "sections": [
    {
      "name": "NAME",
      "body": "SEARCH_TIMEOUT — the client-supplied `timeoutMillis` expired before the search result set was collected."
    },
    {
      "name": "SYNOPSIS",
      "body": "HTTP: `408` `Request Timeout`. Retryable: `yes`."
    },
    {
      "name": "DESCRIPTION",
      "body": "Fires when the client-supplied `timeoutMillis` elapses before the search result set was fully collected. No partial results are returned."
    },
    {
      "name": "SEE ALSO",
      "body": "- errors\n- errors.SEARCH_SHARD_TIMEOUT"
    }
  ],
  "see_also": [
    "errors",
    "errors.SEARCH_SHARD_TIMEOUT"
  ],
  "stability": "stable",
  "actions": []
}
