@@ -132,6 +132,9 @@ public enum BizExceptionCodeEnum implements IBizExceptionCodeEnum {
systemMenuBindResourceBindTypeInvalid("3132","资源ID[%s]的绑定类型[%s]无效,只能是0(NONE)、1(ALL)或2(PART)","For resource ID [%s], bind type [%s] is invalid; must be 0 (NONE), 1 (ALL), or 2 (PART).","菜单绑定"),
systemGroupCannotBindForbiddenMenu("3134","用户组不能绑定「%s」菜单","User group cannot bind menu \"%s\".","RBAC"),
systemMenuBindRootAllRequiresAllChildren("3280","根节点为全部绑定时,所有子菜单必须为全部绑定","When root is fully bound, all child menus must be fully bound.","菜单绑定"),
systemMenuBindRootNoneForbidsChildGrant("3281","根节点为未绑定时,子菜单不能为全部绑定或部分绑定","When root is unbound, child menus cannot be fully or partially bound.","菜单绑定"),
systemMenuBindRootPartRequiresChildGrant("3282","根节点为部分绑定时,至少需要一个子菜单有权限","When root is partially bound, at least one child menu must be granted.","菜单绑定"),
agentOpenapiPluginNotFound("9364","Plugin不存在","Plugin does not exist.","英文资源名"),
agentOpenapiSkillNotFound("9366","Skill不存在","Skill does not exist.","英文资源名"),
agentTemplateInitFailed("9367","项目模板初始化失败 %s","Failed to init project template. %s","工作空间"),
agentPackageFailed("9367","项目打包失败 %s","Failed to package artifact %s","工作空间"),
/** 沙箱 / 电脑连接与状态 */
agentComputerConnectFailed("9371","智能体电脑连接失败","Failed to connect to agent computer.","沙箱"),
@@ -557,10 +567,15 @@ public enum BizExceptionCodeEnum implements IBizExceptionCodeEnum {
agentWorkflowLoopMaxCountInvalid("9379","循环节点最大循环次数不能小于等于0","Loop max iterations must be greater than 0.","工作流"),
agentWorkflowConditionBranchesEmpty("9380","条件分支列表不能为空","Condition branch list cannot be empty.","工作流"),
workspaceExecuteCommandFailed("9400","命令执行失败 %s","Failed to execute command. %s","工作空间"),
pay_order_not_found("9381","支付订单不存在","Payment order not found","支付"),
pay_developer_account_not_found("9382","开发者账户信息不存在","Developer account not found","支付");
pay_developer_account_not_found("9382","开发者账户信息不存在","Developer account not found","支付"),
pay_h5_not_allowed_in_app("9383","App 内请使用原生支付,不支持 H5 支付","H5 payment is not allowed in the app; use native SDK payment","支付"),
pay_app_native_requires_app("9384","App 原生支付仅限 App 内调用,手机浏览器请使用 H5 支付","App native payment requires the app client; use H5 payment in mobile browser","支付");
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.