|
@@ -422,6 +422,7 @@ public enum Status {
|
|
QUERY_CAN_USE_K8S_CLUSTER_ERROR(1300014, "login user query can used k8s cluster list error", "查询可用k8s集群错误"),
|
|
QUERY_CAN_USE_K8S_CLUSTER_ERROR(1300014, "login user query can used k8s cluster list error", "查询可用k8s集群错误"),
|
|
RESOURCE_FULL_NAME_TOO_LONG_ERROR(1300015, "resource's fullname is too long error", "资源文件名过长"),
|
|
RESOURCE_FULL_NAME_TOO_LONG_ERROR(1300015, "resource's fullname is too long error", "资源文件名过长"),
|
|
TENANT_FULL_NAME_TOO_LONG_ERROR(1300016, "tenant's fullname is too long error", "租户名过长"),
|
|
TENANT_FULL_NAME_TOO_LONG_ERROR(1300016, "tenant's fullname is too long error", "租户名过长"),
|
|
|
|
+ USER_PASSWORD_LENGTH_ERROR(1300017, "user's password length error", "用户密码长度错误"),
|
|
|
|
|
|
NO_CURRENT_OPERATING_PERMISSION(1400001, "The current user does not have this permission.", "当前用户无此权限"),
|
|
NO_CURRENT_OPERATING_PERMISSION(1400001, "The current user does not have this permission.", "当前用户无此权限"),
|
|
FUNCTION_DISABLED(1400002, "The current feature is disabled.", "当前功能已被禁用"),
|
|
FUNCTION_DISABLED(1400002, "The current feature is disabled.", "当前功能已被禁用"),
|