SEARCH_TIMEOUT — search timeout expired before results collected
cyoda-go version 0.8.4
errors.SEARCH_TIMEOUT
Section titled “errors.SEARCH_TIMEOUT”SEARCH_TIMEOUT — the client-supplied timeoutMillis expired before the search result set was collected.
SYNOPSIS
Section titled “SYNOPSIS”HTTP: 408 Request Timeout. Retryable: yes.
DESCRIPTION
Section titled “DESCRIPTION”Fires when the client-supplied timeoutMillis elapses before the search result set was fully collected. No partial results are returned.
SEE ALSO
Section titled “SEE ALSO”- errors
- errors.SEARCH_SHARD_TIMEOUT
See also
Section titled “See also”cyoda help errors— Every error response from the Cyoda REST API carries a structurederrorCodein thepropertiesobject. Multiple codes may share the same HTTP status. Programmatic handling keys onerrorCode, 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.
Raw formats
Section titled “Raw formats”/help/errors/search_timeout.json— full descriptor (matchesGET /help/{topic}envelope)/help/errors/search_timeout.md— body only