From 5e71c18416adc5c136ea9053a6bbac819da18c60 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Wed, 12 Oct 2022 18:14:23 +0100 Subject: Implement create data type property MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Allows to add a new data type property and visualize the properties details. Change-Id: Ib7bcd4b0bd8213dbe8ee8a3762a0636e22dc67eb Issue-ID: SDC-4258 Signed-off-by: André Schmid --- .../src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'catalog-dao/src') diff --git a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java index 55297f9e13..cd5a6e5d7a 100644 --- a/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java +++ b/catalog-dao/src/main/java/org/openecomp/sdc/be/dao/api/ActionStatus.java @@ -148,5 +148,7 @@ public enum ActionStatus { COMPONENT_DOES_NOT_HAVE_INPUTS, COMPONENT_INPUT_NOT_FOUND, COMPONENT_PROPERTY_NOT_FOUND, - INVALID_COMPONENT_TYPE + INVALID_COMPONENT_TYPE, + DATA_TYPE_PROPERTY_ALREADY_EXISTS, + UNEXPECTED_ERROR } -- cgit 1.2.3-korg