summaryrefslogtreecommitdiffstats
path: root/dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml')
-rw-r--r--dcaedt_be/src/main/webapp/WEB-INF/config/dcae-be/error-configuration.yaml12
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