public enum Messages extends Enum<Messages> implements BundleKey
RetrieveAndRank messages.| Enum Constant and Description | 
|---|
| AFTER_DATE_3The AFTE r_ dat e_3. | 
| AT_LEAST_3The A t_ leas t_3. | 
| BEFORE_DATE_3The BEFOR e_ dat e_3. | 
| CANNOT_CONTAIN_2The CANNO t_ contai n_2. | 
| CHECK_COLLECTIONS_NULL_1The CHEC k_ collection s_ nul l_1. | 
| CHECK_PAIR_3The CHEC k_ pai r_3. | 
| CONFIG_NOT_DIR_1The CONFI g_ no t_ di r_1. | 
| ERROR_CAUSE_1The ERRO r_ caus e_1. | 
| ERROR_CREATING_CLUSTERThe error creating cluster. | 
| ERROR_CREATING_CLUSTER_1The ERRO r_ creatin g_ cluste r_1. | 
| ERROR_CREATING_ZIP_1The ERRO r_ creatin g_ zi p_1. | 
| ERROR_DELETING_CLUSTER_1The ERRO r_ deletin g_ cluste r_1. | 
| ERROR_DELETING_CLUSTER_2The ERRO r_ deletin g_ cluste r_2. | 
| ERROR_LISTING_CLUSTERSThe error listing clusters. | 
| ERROR_LISTING_CLUSTERS_1The ERRO r_ listin g_ cluster s_1. | 
| ERROR_POLLING_CLUSTER_1The ERRO r_ pollin g_ cluste r_1. | 
| ERROR_POLLING_CLUSTER_2The ERRO r_ pollin g_ cluste r_2. | 
| ERROR_READING_FILE_1The ERRO r_ readin g_ fil e_1. | 
| ERROR_ZIPPING_1The ERRO r_ zippin g_1. | 
| FAILED_GETTING_CONFIG_1The FAILE d_ gettin g_ confi g_1. | 
| FAILED_GETTING_CONFIG_WITH_CODE_2The FAILE d_ gettin g_ confi g_ wit h_ cod e_2. | 
| FAILED_LISTING_CONFIGSThe failed listing configs. | 
| FAILED_LISTING_CONFIGS_WITH_CODE_1The FAILE d_ listin g_ config s_ wit h_ cod e_1. | 
| FAILED_TO_DELETE_TEMP_2The FAILE d_ t o_ delet e_ tem p_2. | 
| FAILED_TO_VISIT_1The FAILE d_ t o_ visi t_1. | 
| FAILURE_RESPONSE_3The FAILUR e_ respons e_3. | 
| IN_RANGE_4The I n_ rang e_4. | 
| NO_CREDENTIALS_FOR_PREEMPTIVE_AUTHThe no credentials for preemptive auth. | 
| NOT_BLANK_1The NO t_ blan k_1. | 
| NOT_EMPTY_1The NO t_ empt y_1. | 
| NOT_NULL_1The NO t_ nul l_1. | 
| UNABLE_TO_CLOSE_HTTP_CLIENTThe unable to close http client. | 
| Modifier and Type | Method and Description | 
|---|---|
| static String | bundleName()Bundle name. | 
| static Messages | valueOf(String name)Returns the enum constant of this type with the specified name. | 
| static Messages[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final Messages UNABLE_TO_CLOSE_HTTP_CLIENT
public static final Messages CONFIG_NOT_DIR_1
public static final Messages NO_CREDENTIALS_FOR_PREEMPTIVE_AUTH
public static final Messages ERROR_CREATING_CLUSTER
public static final Messages ERROR_CREATING_CLUSTER_1
public static final Messages ERROR_DELETING_CLUSTER_1
public static final Messages ERROR_DELETING_CLUSTER_2
public static final Messages ERROR_LISTING_CLUSTERS
public static final Messages ERROR_LISTING_CLUSTERS_1
public static final Messages ERROR_POLLING_CLUSTER_1
public static final Messages ERROR_POLLING_CLUSTER_2
public static final Messages ERROR_CAUSE_1
public static final Messages FAILED_LISTING_CONFIGS
public static final Messages FAILED_LISTING_CONFIGS_WITH_CODE_1
public static final Messages FAILED_TO_DELETE_TEMP_2
public static final Messages FAILED_GETTING_CONFIG_1
public static final Messages FAILED_GETTING_CONFIG_WITH_CODE_2
public static final Messages FAILURE_RESPONSE_3
public static final Messages ERROR_ZIPPING_1
public static final Messages ERROR_CREATING_ZIP_1
public static final Messages FAILED_TO_VISIT_1
public static final Messages ERROR_READING_FILE_1
public static final Messages NOT_NULL_1
public static final Messages NOT_EMPTY_1
public static final Messages NOT_BLANK_1
public static final Messages CANNOT_CONTAIN_2
public static final Messages AT_LEAST_3
public static final Messages IN_RANGE_4
public static final Messages BEFORE_DATE_3
public static final Messages AFTER_DATE_3
public static final Messages CHECK_COLLECTIONS_NULL_1
public static final Messages CHECK_PAIR_3
public static Messages[] values()
for (Messages c : Messages.values()) System.out.println(c);
public static Messages valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static String bundleName()
Copyright © 2015–2016 IBM Watson. All rights reserved.