[SDC] rebase 1710 code
[sdc.git] / common-app-api / src / main / java / org / openecomp / sdc / common / config / EcompErrorCode.java
index 0f45d34..aaee260 100644 (file)
@@ -26,7 +26,7 @@ public enum EcompErrorCode {
                        "An Authentication failure occured during access to UEB server. Please check that UEB keys are configured correctly in ASDC BE distribution configuration."), E_199(
                                        "Internal authentication problem. Description: %s"),
 
-       E_200("ASDC Backend probably lost connectivity to either one of the following components: Titan DB, Elasticsearch, UEB Cluster. Please check the logs for more information."), E_201(
+       E_200("ASDC Backend probably lost connectivity to either one of the following components: Titan DB, Cassandra, Onboarding, UEB Cluster. Please check the logs for more information."), E_201(
                        "ASDC Backend probably lost connectivity to Titan DB. Please check the logs for more information."), E_202(
                                        "ASDC Backend probably lost connectivity to ElasticSearch. Please check the logs for more information."), E_203(
                                                        "ASDC Backend probably lost connectivity to UEB Cluster. Please check the logs for more information.",
@@ -34,7 +34,7 @@ public enum EcompErrorCode {
                                                                        "Unable to connect to a valid ASDC Backend Server",
                                                                        "Please check connectivity from this FE instance towards BE or BE Load Balancer. Please check that parameters in FE configuration.yaml: beHost,     beHttpPort and beSslPort point to a valid host and port values."),
 
-       E_205("ASDC Backend Recovery to either one of the following components: Titan DB, Elasticsearch, UEB Cluster."), E_206(
+       E_205("ASDC Backend Recovery to either one of the following components: Titan DB, Cassandra, Onboarding, UEB Cluster."), E_206(
                        "ASDC Backend connection recovery to Titan DB."), E_207(
                                        "ASDC Backend connection recovery to ElasticSearch."), E_208(
                                                        "ASDC Backend connection recovery to UEB Cluster."), E_209(