From 083ee56fa85a9217dc8bdffe98764d33c5851016 Mon Sep 17 00:00:00 2001 From: "Betzer, Rony (rb844h)" Date: Tue, 25 Sep 2018 16:03:09 +0300 Subject: 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) --- .../templates/default/dcae-error-configuration.erb | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to 'docker/docker_be/chef-solo') diff --git a/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-error-configuration.erb b/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-error-configuration.erb index 03fb423..d1fab01 100644 --- a/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-error-configuration.erb +++ b/docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-error-configuration.erb @@ -281,4 +281,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 -- cgit 1.2.3-korg