Package com.attivio.sdk.error
Class RelevancyError
- java.lang.Object
-
- com.attivio.sdk.error.ErrorCode
-
- com.attivio.sdk.error.RelevancyError
-
- All Implemented Interfaces:
java.io.Serializable
public final class RelevancyError extends ErrorCode
Contains errors related to relevancy configurations.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static ErrorCode
CONFIGURATION_ERROR
RELEVANCY-1 General relevancy model configuration error.static ErrorCode
DELETE_MODEL_FAILED
RELEVANCY-5 Failed to delete a relevancy model.static ErrorCode
ILLEGAL_BOOST
RELEVANCY-3 Illegal relevancy boost is specified.static ErrorCode
PUBLISH_MODEL_FAILED
RELEVANCY-6 Failed to publish a relevancy model.static ErrorCode
SIGNAL_ERROR
RELEVANCY-7 Error with relevancy signal input.static ErrorCode
TRAINING_FAILED
RELEVANCY-4 Relevancy model training failed.static ErrorCode
UNSUPPORTED_SCORE_MODE
RELEVANCY-2 Relevancy scoring mode specified is unsupported.
-
Method Summary
-
Methods inherited from class com.attivio.sdk.error.ErrorCode
equals, formatError, getCategory, getCode, getErrorCode, hashCode, readResolve, toString
-
-
-
-
Field Detail
-
CONFIGURATION_ERROR
public static final ErrorCode CONFIGURATION_ERROR
RELEVANCY-1 General relevancy model configuration error.
-
UNSUPPORTED_SCORE_MODE
public static final ErrorCode UNSUPPORTED_SCORE_MODE
RELEVANCY-2 Relevancy scoring mode specified is unsupported.
-
ILLEGAL_BOOST
public static final ErrorCode ILLEGAL_BOOST
RELEVANCY-3 Illegal relevancy boost is specified.
-
TRAINING_FAILED
public static final ErrorCode TRAINING_FAILED
RELEVANCY-4 Relevancy model training failed.
-
DELETE_MODEL_FAILED
public static final ErrorCode DELETE_MODEL_FAILED
RELEVANCY-5 Failed to delete a relevancy model.
-
PUBLISH_MODEL_FAILED
public static final ErrorCode PUBLISH_MODEL_FAILED
RELEVANCY-6 Failed to publish a relevancy model.
-
SIGNAL_ERROR
public static final ErrorCode SIGNAL_ERROR
RELEVANCY-7 Error with relevancy signal input.
-
-