diff options
author | Michael Lando <ml636r@att.com> | 2018-04-26 20:08:28 +0300 |
---|---|---|
committer | Michael Lando <ml636r@att.com> | 2018-04-26 20:09:54 +0300 |
commit | 1a5cc6ecb2e1a59c024b1bcd4b86d442e24dc300 (patch) | |
tree | acd778639fb060955d6e13a9405725390b068221 /catalog-be/src/main/resources/config | |
parent | 3de22e1c6c2711072ce996335e7250445a39d320 (diff) |
Revert "Delete workflow artifact
and add artifact to CSAR"
This reverts commit d71a8de8c7b688eabb250e524dc4f6000b3233b6.
Issue-ID: SDC-1060
Change-Id: I332a6afb8090491b011e3040e94ca2dc47bcc164
Signed-off-by: Michael Lando <ml636r@att.com>
Diffstat (limited to 'catalog-be/src/main/resources/config')
-rw-r--r-- | catalog-be/src/main/resources/config/error-configuration.yaml | 18 |
1 files changed, 2 insertions, 16 deletions
diff --git a/catalog-be/src/main/resources/config/error-configuration.yaml b/catalog-be/src/main/resources/config/error-configuration.yaml index de5196e11e..b0f2e2107f 100644 --- a/catalog-be/src/main/resources/config/error-configuration.yaml +++ b/catalog-be/src/main/resources/config/error-configuration.yaml @@ -2060,9 +2060,9 @@ errors: messageId: "SVC4698" } #---------SVC4699----------------------------- - INTERFACE_OPERATION_INPUT_NAME_ALREADY_IN_USE: { + INTERFACE_OPERATION_INPUT_NAME_INVALID: { code: 400, - message: "Error: Interface Operation input parameter names %1 already in use", + message: "Error: Interface Operation input parameter names %1 are invalid ,Input parameters name should be unique", messageId: "SVC4699" } #---------SVC4700----------------------------- @@ -2084,17 +2084,3 @@ errors: message: "Error: Failed to delete interface operation.", messageId: "SVC4702" } -#---------SVC4703----------------------------- -# %1 – asset type [service / resource ] -# %2 – main asset uuid - ERROR_DURING_CSAR_CREATION: { - code: 404, - message: "Error: CSAR packaging failed for %1 %2.", - messageId: "SVC4702" - } -#---------SVC46703----------------------------- - INTERFACE_OPERATION_INPUT_NAME_MANDATORY: { - code: 404, - message: "Error: Interface operation input parameter name should not be empty", - messageId: "SVC46703" - } |