Fix issues while importing a Service
[sdc.git] / catalog-be / src / main / resources / config / error-configuration.yaml
index ee5f7fa..6bed75e 100644 (file)
@@ -2848,3 +2848,10 @@ errors:
         message: "An unexpected error occurred while %1."
         messageId: "SVC4013"
 
+
+    # %1 - The capability name
+    # %2 - The model
+    CAPABILITY_NOT_FOUND:
+        code: 404
+        message: "Capability '%1' was not found for model '%2'."
+        messageId: "SVC4014"
\ No newline at end of file