Skip to content
Talk to our solutions team

Error Codes

Errors are returned as { "code": "…", "message": "…" }.

CodeHTTPMeaning
search-json-request-parse-failed400Malformed request body
search-invalid-search-request400The query request is invalid for the backend
search-invalid-document400The document failed validation
search-backend-not-found400Unknown backend name
search-document-not-found404Unknown document schema
search-index-not-found404The index/collection does not exist
search-tenants-backend-and-documents-not-found400The tenant has no configured backends/documents (unknown tenant)
search-no-primary-key-in-document400The document declares no key field
search-multiple-primary-key-in-document400The document declares more than one key field
search-invalid-field-type400A field has an unsupported type
search-unknown-backend400Unsupported backend type/backend combination
search-upsupported-type-for-backend400A field type isn’t supported by the chosen backend
CodeHTTPMeaning
search-adding-document-failed500Insert failed
search-search-in-index-failed500Query execution failed
search-delete-in-index-failed500Delete failed
search-creating-index-failed / search-create-index-for-tenant-failed500Index/collection/table creation failed
search-init-search-backend-failed500Backend client could not be initialized
search-milvus-collection-load-failed500Milvus collection failed to load
search-backend-parsing-failed / search-field-parsing-failed500Definition parse error
search-backend-service-config-not-found500Backend connection params missing from tenant config
search-computed-field-eval-failed500A computed field’s expression failed to evaluate
search-expression-not-matched-in-data400A computed-field expression produced no value
search-invalid-result-type-found-during-search500The backend returned an unexpected result shape

See also RAG → Known limitations.