diff options
author | Carsten Lund <lund@research.att.com> | 2017-03-13 13:51:35 +0000 |
---|---|---|
committer | Carsten Lund <lund@research.att.com> | 2017-04-18 02:17:51 +0000 |
commit | 37181837935f5e94fd02b32da0df966b498dd968 (patch) | |
tree | 294c24cebed722684a5a1ce4291b55db18322e4c /operation-utils/src/main/resources/GenericMessages.properties | |
parent | 12569365f092fe2993f8cd470c48331888a29a17 (diff) |
[DCAE-15] Changes related to version 1.1
See Jira for details
Change-Id: I225aa7a8952da4ddb0a93ac238aa79c8993f72b8
Signed-off-by: Carsten Lund <lund@research.att.com>
Diffstat (limited to 'operation-utils/src/main/resources/GenericMessages.properties')
-rw-r--r-- | operation-utils/src/main/resources/GenericMessages.properties | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/operation-utils/src/main/resources/GenericMessages.properties b/operation-utils/src/main/resources/GenericMessages.properties index b7322f8..d3dc81a 100644 --- a/operation-utils/src/main/resources/GenericMessages.properties +++ b/operation-utils/src/main/resources/GenericMessages.properties @@ -41,7 +41,12 @@ GENERAL_ERROR=\ ECOMP-GENERAL-ERROR-5403|\ {0}|\ Please check other logs for more detailed info|\ - General error + General error +GENERAL_EXCEPTION=\ + ECOMP-GENERAL-ERROR-5404|\ + {0}|\ + Please check other logs for more detailed info|\ + General exception AUDIT_BEGIN=\ ECOMP-GENERAL-5403|\ Entering method|\ @@ -62,4 +67,8 @@ METRICS_END=\ Exiting method|\ No resolution needed|\ Exiting method - +MISSING_REQUESTID=\ + ECOMP-MISSING_REQUESTID-5404|\ + from {0}|\ + No resolution needed|\ + missing request id |