Class SearchClientError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class SearchClientError
    extends ErrorCode
    Contains the error codes related to the Search Client API
    See Also:
    Serialized Form
    • Field Detail

      • SEARCH_CLIENT_UNABLE_TO_SEARCH

        public static final ErrorCode SEARCH_CLIENT_UNABLE_TO_SEARCH
        SEARCH_API_CLIENT-1 Unable to send a query to target endpoint
      • SEARCH_CLIENT_INVALID_RESPONSE

        public static final ErrorCode SEARCH_CLIENT_INVALID_RESPONSE
        SEARCH_API_CLIENT-2 Invalid response received for a search request
      • SEARCH_CLIENT_MALFORMED_QUERY_REQUEST

        public static final ErrorCode SEARCH_CLIENT_MALFORMED_QUERY_REQUEST
        SEARCH_API_CLIENT-3 Malformed Query Request
      • SEARCH_FAILED

        public static final ErrorCode SEARCH_FAILED
        SEARCH_API_CLIENT-4 Search failed
      • STREAM_NOT_AVAILABLE

        public static final ErrorCode STREAM_NOT_AVAILABLE
        SEARCH_API_CLIENT-5 Stream not available.

        This generally indicates connection timeout occurred while initializing streaming query.

      • STREAM_PROTOCOL_ERROR

        public static final ErrorCode STREAM_PROTOCOL_ERROR
        SEARCH_API_CLIENT-6 Protocol error during streaming search request.