Skip to content

Commit

Permalink
docs: update error_code
Browse files Browse the repository at this point in the history
  • Loading branch information
dingyi222666 committed Sep 9, 2023
1 parent 5d08e0f commit ac793aa
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions docs/guide/faq/error_code.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
本节会将 ChatHub 里的常见错误码列出,并给出某些可能的解决方案。

:::warning
如果尝试了解决方案后仍然无效,请联系开发者以解决问题(记得提供错误日志)。
如果尝试了下面的解决方案后仍然无效,请联系开发者解决问题(需要提供错误日志)。
:::

| 错误码 | 含义 | 可能的解决方案 |
Expand All @@ -27,7 +27,8 @@
|400 | 成员不在房间 | 检查成员是否在房间,或邀请他进入房间。 |
| 401 | 未加入房间 | 加入房间,或使用已经加入了的房间。 |
| 402 | 房间里没有找到房主 | 删除房间,或者转让房间给其他人 (注意需要 Koishi 的 3 级权限)。|
| 403 | 模版房间错误 | 检查模版房间配置,特别是 defaultModel 配置项,请选择一次模型并保存)。|
| 403 | 模版房间错误 | 检查模版房间配置,把所有模版房间的配置项,都选择一次并保存)。|
| 404 | 有多个房间使用了同一个名字 | 使用房间的 id 调用,或修改房间的名字。 |
| 405 | 房间不存在 | 检查房间是否存在,或创建一个新房间。 |
| 406 | 初始化模版房间 | 一般情况下重新聊天问题即可解决,如果未解决请反馈给开发者。 |
| 999 | 未知错误 | 附上 log 直接反馈给开发者。 |

0 comments on commit ac793aa

Please sign in to comment.