Skip to content
Settings

SEARCH_TIMEOUT — search timeout expired before results collected

cyoda-go version 0.8.4

SEARCH_TIMEOUT — the client-supplied timeoutMillis expired before the search result set was collected.

HTTP: 408 Request Timeout. Retryable: yes.

Fires when the client-supplied timeoutMillis elapses before the search result set was fully collected. No partial results are returned.

  • errors
  • errors.SEARCH_SHARD_TIMEOUT
  • cyoda help errors — Every error response from the Cyoda REST API carries a structured errorCode in the properties object. Multiple codes may share the same HTTP status. Programmatic handling keys on errorCode, not HTTP status.
  • cyoda help errors SEARCH_SHARD_TIMEOUT — Distributed search fans out to multiple shards in parallel. If any shard does not return results before the search timeout expires, the job is marked failed and this error is returned. Occurs under high load, during partial cluster degradation, or with expensive queries.