aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/GenericMessages.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-14 15:12:22 +0000
committerlj1412 <lji@research.att.com>2017-02-14 15:12:24 +0000
commit2df01453c7e4cd35c41c6185dc2ea34710b29b7f (patch)
tree74689740e3be8757b00abd8083c8942100125d45 /operation-utils/src/main/resources/GenericMessages.yaml
parent5f5ff4cf17e08099fac5d14e76dbc646c771156c (diff)
Init dcae.operation
Change-Id: Ia36372d0fb3ba0b960b32a50d656a0e7035bdcac Signed-off-by: lj1412 <lji@research.att.com>
Diffstat (limited to 'operation-utils/src/main/resources/GenericMessages.yaml')
-rw-r--r--operation-utils/src/main/resources/GenericMessages.yaml36
1 files changed, 36 insertions, 0 deletions
diff --git a/operation-utils/src/main/resources/GenericMessages.yaml b/operation-utils/src/main/resources/GenericMessages.yaml
new file mode 100644
index 0000000..df592e2
--- /dev/null
+++ b/operation-utils/src/main/resources/GenericMessages.yaml
@@ -0,0 +1,36 @@
+GENERAL_ERROR:
+ errorCode: ECOMP-GENERAL-ERROR-5403
+ messageFormat: '{0}'
+ resolution: Please check other logs for more detailed info
+ description: General error
+GENERAL_INFO:
+ errorCode: ECOMP-GENERAL-INFO-5401
+ messageFormat: '{0}'
+ resolution: Please check other logs for more detailed info
+ description: General info
+GENERAL_WARNING:
+ errorCode: ECOMP-GENERAL-WARNING-5402
+ messageFormat: '{0}'
+ resolution: Please check other logs for more detailed info
+ description: General warning
+METRICS_END:
+ errorCode: ECOMP-GENERAL-5404
+ messageFormat: Exiting method
+ resolution: No resolution needed
+ description: Exiting method
+AUDIT_END:
+ errorCode: ECOMP-GENERAL-5404
+ messageFormat: Exiting method
+ resolution: No resolution needed
+ description: Exiting method
+AUDIT_BEGIN:
+ errorCode: ECOMP-GENERAL-5403
+ messageFormat: Entering method
+ resolution: No resolution needed
+ description: Entering method
+METRICS_BEGIN:
+ errorCode: ECOMP-GENERAL-5403
+ messageFormat: Entering method
+ resolution: No resolution needed
+ description: Entering method
+