Skip to content

Commit

Permalink
Merge pull request #11388 from royalhuang/issue_11386
Browse files Browse the repository at this point in the history
bug: 新增错误类型枚举导致前端解析异常 #11386
  • Loading branch information
mingshewhe authored Jan 8, 2025
2 parents 5000298 + c218415 commit 6060bbd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ enum class ErrorType(
val typeName: String,
val num: Int
) {
// 非常注意:此关联前端展示的图标,前端枚举需要同步更新
SYSTEM("system", 0), // 0 系统运行报错
USER("user", 1), // 1 用户配置报错
THIRD_PARTY("thirdParty", 2), // 2 第三方系统接入错误
Expand Down

0 comments on commit 6060bbd

Please sign in to comment.