aboutsummaryrefslogtreecommitdiffstats
path: root/operation-utils/src/main/resources/GenericMessages.yaml
diff options
context:
space:
mode:
authorlj1412 <lji@research.att.com>2017-02-15 12:47:53 +0000
committerlj1412 <lji@research.att.com>2017-02-15 12:48:54 +0000
commit3ea6e9821960070ac9e4acb4bea4b7339849a579 (patch)
treed94d9d4a3e72500de69992a3921bbf8cfcba2e61 /operation-utils/src/main/resources/GenericMessages.yaml
parent2df01453c7e4cd35c41c6185dc2ea34710b29b7f (diff)
move code to dcae/operation/utils
Change-Id: I6279867e9df674ab30681d419bed88ffc8effae5 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, 0 insertions, 36 deletions
diff --git a/operation-utils/src/main/resources/GenericMessages.yaml b/operation-utils/src/main/resources/GenericMessages.yaml
deleted file mode 100644
index df592e2..0000000
--- a/operation-utils/src/main/resources/GenericMessages.yaml
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-