aboutsummaryrefslogtreecommitdiffstats
path: root/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java
diff options
context:
space:
mode:
Diffstat (limited to 'intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java')
-rw-r--r--intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java14
1 files changed, 14 insertions, 0 deletions
diff --git a/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java b/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java
index fd63581..1a53be5 100644
--- a/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java
+++ b/intentanalysis/src/main/java/org/onap/usecaseui/intentanalysis/common/ResponseConsts.java
@@ -39,4 +39,18 @@ public final class ResponseConsts {
* delete data from database failed.
*/
public static final int RET_DELETE_DATA_FAIL = 10004;
+
+ /**
+ * obtain the corresponding IntentManagementFunction failed
+ */
+ public static final int RET_FIND_CORRESPONDING_FAIL = 10005;
+ /**
+ * response success
+ */
+ public static final int RSEPONSE_SUCCESS = 200;
+
+ /**
+ * response error
+ */
+ public static final int RESPONSE_ERROR = 500;
}