diff options
author | Betzer, Rony (rb844h) <rb844h@intl.att.com> | 2018-09-25 16:03:09 +0300 |
---|---|---|
committer | Betzer, Rony (rb844h) <rb844h@intl.att.com> | 2018-09-25 16:03:09 +0300 |
commit | 083ee56fa85a9217dc8bdffe98764d33c5851016 (patch) | |
tree | 537f0de07f1487413fc882f3186ee45ec055c6a1 /dcaedt_be/src/main/webapp/WEB-INF | |
parent | 79ca174176628a50b3178fd5dc527f15f3d63321 (diff) |
update code to latest - ammend previous commit
update code to latest - ammend previous commit
Change-Id: Ia4f55789689b5f2ddd004a4fe89a63f72cecc27f
Issue-ID: DCAEGEN2-819
Signed-off-by: Betzer, Rony (rb844h) <rb844h@intl.att.com>
Diffstat (limited to 'dcaedt_be/src/main/webapp/WEB-INF')
-rw-r--r-- | dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml b/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml index c60465c..dba2454 100644 --- a/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml +++ b/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml @@ -283,4 +283,16 @@ errors: code: 400, message: "The request was partially successful. Removing the attached Blueprint from the service has failed. You must manually delete the artifact.", messageId: "SVC6118" + } +#---------SVC6119----------------------------- + FILTER_NOT_FOUND: { + code: 404, + message: "Filter to delete not found", + messageId: "SVC6119" + } +#---------SVC6120----------------------------- + RULE_OPERATION_FAILED_MISSING_PARAMS: { + code: 404, + message: "One or more parameters is missing in the sent JSON", + messageId: "SVC6120" }
\ No newline at end of file |