calvinjiang commented on code in PR #14264:
URL: 
https://github.com/apache/dolphinscheduler/pull/14264#discussion_r1225022182


##########
dolphinscheduler-api/src/main/java/org/apache/dolphinscheduler/api/enums/Status.java:
##########
@@ -273,6 +273,20 @@ public enum Status {
 
     TASK_INSTANCE_NOT_DYNAMIC_TASK(10213, "task instance {0} is not dynamic", 
"任务实例[{0}]不是Dynamic类型"),
 
+    CREATE_PROJECT_PARAMETER_ERROR(10214, "create project parameter error", 
"创建项目参数错误"),
+
+    UPDATE_PROJECT_PARAMETER_ERROR(10215, "update project parameter error", 
"更新项目参数错误"),
+
+    DELETE_PROJECT_PARAMETER_ERROR(10216, "delete project parameter error 
{0}", "删除项目参数错误 {0}"),
+
+    QUERY_PROJECT_PARAMETER_ERROR(10217, "query project parameter error", 
"查询项目参数错误"),
+
+    PROJECT_PARAMETER_ALREADY_EXISTS(10218, "project parameter {0} already 
exists", "项目变量[{0}]已存在"),

Review Comment:
   I think that it would be better to use the unified Chinese description for 
the parameter. "参数" or "变量" 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to