aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties
diff options
context:
space:
mode:
Diffstat (limited to 'operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties')
-rw-r--r--operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties72
1 files changed, 72 insertions, 0 deletions
diff --git a/operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties b/operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties
new file mode 100644
index 0000000..ae5ee3d
--- /dev/null
+++ b/operation-utils/src/main/resources-gen/org/openecomp/logger/GenericMessages.properties
@@ -0,0 +1,72 @@
+
+ECOMP_GENERAL_EXCEPTION=\
+ ECOMP-GENERAL-EXCEPTION-5404W|\
+ {0}|\
+ Please check other logs for more detailed info|\
+ General exception
+
+ECOMP_GENERAL_ERROR=\
+ ECOMP-GENERAL-ERROR-5403E|\
+ {0}|\
+ Please check other logs for more detailed info|\
+ General error
+
+ECOMP_GENERAL_INFO=\
+ ECOMP-GENERAL-INFO-5401I|\
+ {0}|\
+ Please check other logs for more detailed info|\
+ General info
+
+ECOMP_GENERAL_WARNING=\
+ ECOMP-GENERAL-WARNING-5402W|\
+ {0}|\
+ Please check other logs for more detailed info|\
+ General warning
+
+ECOMP_REMOTE_CALL_OK=\
+ ECOMP-REMOTE-CALL-OK-2000I|\
+ |\
+ No resolution needed|\
+ Remote Call Succeess
+
+ECOMP_REQUEST_OK=\
+ ECOMP-REQUEST-OK-2000I|\
+ |\
+ No resolution needed|\
+ Request Success
+
+ECOMP_REMOTE_CALL_ERROR=\
+ ECOMP-REMOTE-CALL-ERROR-4000W|\
+ {0}|\
+ No resolution needed|\
+ Remote Call Failed
+
+ECOMP_REQUEST_ERROR=\
+ ECOMP-REQUEST-ERROR-4000I|\
+ {0}|\
+ No resolution needed|\
+ Request Failed
+
+ECOMP_MISSING_REQUESTID=\
+ ECOMP-MISSING-REQUESTID-3401W|\
+ Missing request id from {0}|\
+ Need to get north bound entity to provide request ID per ECOMP logging requirements|\
+ Got a north bound request that was missing a request ID.
+
+ECOMP_LOGGER_NON_EMPTY_STACK=\
+ ECOMP-LOGGER-NON-EMPTY-STACK-4401W|\
+ |\
+ Development bug.|\
+ Component recorded an Audit End with an non empty stack
+
+ECOMP_LOGGER_POP_ON_EMPTY_STACK=\
+ ECOMP-LOGGER-POP-ON-EMPTY-STACK-4402W|\
+ |\
+ Development bug.|\
+ Component performed a Pop on empty stack
+
+ECOMP_LOGGER_TOP_ON_EMPTY_STACK=\
+ ECOMP-LOGGER-TOP-ON-EMPTY-STACK-4403W|\
+ |\
+ Development bug.|\
+ Component performed a Top on empty stack