Implement create data type property
[sdc.git] / catalog-be / src / main / resources / config / error-configuration.yaml
index 0830dda..ee5f7fa 100644 (file)
@@ -2834,3 +2834,17 @@ errors:
         code: 404
         message: "Data type '%1' was not found."
         messageId: "SVC4011"
+
+    # %1 - The data type Uid
+    # %2 - The property name
+    DATA_TYPE_PROPERTY_ALREADY_EXISTS:
+        code: 409
+        message: "Data type '%1' property '%2' already exists."
+        messageId: "SVC4012"
+
+    # %1 - The operation that the error occurred
+    UNEXPECTED_ERROR:
+        code: 500
+        message: "An unexpected error occurred while %1."
+        messageId: "SVC4013"
+