summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-09-25 16:03:09 +0300
committerBetzer, Rony (rb844h) <rb844h@intl.att.com>2018-09-25 16:03:09 +0300
commit083ee56fa85a9217dc8bdffe98764d33c5851016 (patch)
tree537f0de07f1487413fc882f3186ee45ec055c6a1 /docker
parent79ca174176628a50b3178fd5dc527f15f3d63321 (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 'docker')
-rw-r--r--docker/docker_be/chef-solo/cookbooks/Deploy-DCAE/templates/default/dcae-error-configuration.erb12
1 files changed, 12 insertions, 0 deletions
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