Browse Source

remove unused error code

tags/v0.2.0-alpha
ph 5 years ago
parent
commit
91e38203df
1 changed files with 0 additions and 11 deletions
  1. +0
    -11
      mindinsight/ui/src/locales/zh-cn.json

+ 0
- 11
mindinsight/ui/src/locales/zh-cn.json View File

@@ -127,17 +127,6 @@
"50540002": "当前训练作业已不存在,请选择其他训练作业进行查看。"
},
"error": {
"200": "请求成功。",
"202": "接受请求。",
"400": "请求错误。",
"401": "鉴权失败。",
"403": "没有操作权限。",
"404": "找不到资源。",
"408": "请求超时。",
"409": "请求冲突。",
"429": "请求数太多。",
"500": "服务器内部错误。",
"503": "服务不可用。",
"50540000": "系统错误",
"50540001": "参数类型错误,请检查请求参数类型是否都符合要求",
"50540002": "参数值错误,请检查请求参数值是否都符合要求",


Loading…
Cancel
Save