Package com.attivio.sdk.error
Class SearchWorkflowError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.SearchWorkflowError
-
- All Implemented Interfaces:
java.io.Serializable
public final class SearchWorkflowError extends ErrorCode
Contains the error codes related to the search workflow.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
FIELD_NOT_IN_SCHEMA
SEARCH_WORKFLOW-3 A field was specified that doesn't exist in the given schemastatic ErrorCode
FIELD_PROCESSING_FAILED
SEARCH_WORKFLOW-9 processing of a field failed.static ErrorCode
IGNORED_MESSAGE
SEARCH_WORKFLOW-4 Search workflow ignored message.static ErrorCode
INVALID_RELEVANCY_MODEL
SEARCH_WORKFLOW-5 Relevancy model is invalid or does not exist.static ErrorCode
MISSING_EXPECTED_FACET
SEARCH_WORKFLOW-11static ErrorCode
MISSING_EXPECTED_PROPERTY
SEARCH_WORKFLOW-10static ErrorCode
RESOURCE_NOT_FOUND
SEARCH_WORKFLOW-1 Resource not found.static ErrorCode
SCHEMA_QUERY_FAILURE
SEARCH_WORKFLOW-2 Index schema query exception encountered.static ErrorCode
STREAMING_NOT_SUPPORTED
SEARCH_WORKFLOW-13 Streaming request not supported.static ErrorCode
SUB_QUERY_FAILED
SEARCH_WORKFLOW-8 A sub query failed.static ErrorCode
TIMEOUT
SEARCH_WORKFLOW-12 TIMEOUT reach when trying to execute a search.static ErrorCode
TOKENIZATION_FAILED
SEARCH_WORKFLOW-7 Failed to tokenize querystatic ErrorCode
UNSUPPORTED_FACET_TYPE
SEARCH_WORKFLOW-6 Unknown/unsupported facet type
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
RESOURCE_NOT_FOUND
public static final ErrorCode RESOURCE_NOT_FOUND
SEARCH_WORKFLOW-1 Resource not found.
-
SCHEMA_QUERY_FAILURE
public static final ErrorCode SCHEMA_QUERY_FAILURE
SEARCH_WORKFLOW-2 Index schema query exception encountered.
-
FIELD_NOT_IN_SCHEMA
public static final ErrorCode FIELD_NOT_IN_SCHEMA
SEARCH_WORKFLOW-3 A field was specified that doesn't exist in the given schema
-
IGNORED_MESSAGE
public static final ErrorCode IGNORED_MESSAGE
SEARCH_WORKFLOW-4 Search workflow ignored message.
-
INVALID_RELEVANCY_MODEL
public static final ErrorCode INVALID_RELEVANCY_MODEL
SEARCH_WORKFLOW-5 Relevancy model is invalid or does not exist.
-
UNSUPPORTED_FACET_TYPE
public static final ErrorCode UNSUPPORTED_FACET_TYPE
SEARCH_WORKFLOW-6 Unknown/unsupported facet type
-
TOKENIZATION_FAILED
public static final ErrorCode TOKENIZATION_FAILED
SEARCH_WORKFLOW-7 Failed to tokenize query
-
SUB_QUERY_FAILED
public static final ErrorCode SUB_QUERY_FAILED
SEARCH_WORKFLOW-8 A sub query failed.
-
FIELD_PROCESSING_FAILED
public static final ErrorCode FIELD_PROCESSING_FAILED
SEARCH_WORKFLOW-9 processing of a field failed.
-
MISSING_EXPECTED_PROPERTY
public static final ErrorCode MISSING_EXPECTED_PROPERTY
SEARCH_WORKFLOW-10
-
MISSING_EXPECTED_FACET
public static final ErrorCode MISSING_EXPECTED_FACET
SEARCH_WORKFLOW-11
-
TIMEOUT
public static final ErrorCode TIMEOUT
SEARCH_WORKFLOW-12 TIMEOUT reach when trying to execute a search.
-
STREAMING_NOT_SUPPORTED
public static final ErrorCode STREAMING_NOT_SUPPORTED
SEARCH_WORKFLOW-13 Streaming request not supported.
-
-