Class RelevancyError

  • All Implemented Interfaces:
    java.io.Serializable

    public final class RelevancyError
    extends ErrorCode
    Contains errors related to relevancy configurations.
    See Also:
    Serialized Form
    • 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.