X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=ecomp-portal-BE-common%2Fsrc%2Fmain%2Fjava%2Forg%2Fonap%2Fportalapp%2Fportal%2Flogging%2Fformat%2FEPErrorCodesEnum.java;h=a93f7722659584ce8cf516758140365f3ea6e922;hb=2845910b34682056c1949f82e39d9205a26554e9;hp=e4cd38e769c528d0365c186d63a35f75267e31c3;hpb=21a8761f684745bb300e075c7e98ad897ace9eed;p=portal.git diff --git a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/logging/format/EPErrorCodesEnum.java b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/logging/format/EPErrorCodesEnum.java index e4cd38e7..a93f7722 100644 --- a/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/logging/format/EPErrorCodesEnum.java +++ b/ecomp-portal-BE-common/src/main/java/org/onap/portalapp/portal/logging/format/EPErrorCodesEnum.java @@ -33,7 +33,7 @@ * * ============LICENSE_END============================================ * - * ECOMP is a trademark and service mark of AT&T Intellectual Property. + * */ package org.onap.portalapp.portal.logging.format; @@ -42,7 +42,7 @@ import com.att.eelf.i18n.EELFResourceManager; /** * - * Add ECOMP Portal Specific Error Code Enums here, for generic + * Add ONAP Portal Specific Error Code Enums here, for generic * ones (ones you think are useful not only Portal but also SDK), add it * to the enum class AppMessagesEnum defined in SDK. */ @@ -109,6 +109,8 @@ public enum EPErrorCodesEnum implements EELFResolvableErrorEnum { SCHEDULERAUX_ACCESS_AUTHENTICATIONERROR, SCHEDULER_ACCESS_GENERALERROR, SCHEDULER_INVALID_ATTRIBUTEERROR, + MUSICHEALTHCHECKZOOKEEPERERROR_ONE_ARGUMENT, + MUSICHEALTHCHECKCASSANDRAERROR_ONE_ARGUMENT, ; /** @@ -116,6 +118,6 @@ public enum EPErrorCodesEnum implements EELFResolvableErrorEnum { * Here this application loads messages from three bundles */ static { - EELFResourceManager.loadMessageBundle("org/openecomp/portalapp/portal/logging/format/ApplicationCodes"); + EELFResourceManager.loadMessageBundle("org/onap/portalapp/portal/logging/format/ApplicationCodes"); } }