Skip to content

feat: sdk not init and not login error code #261

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/sdks/errcode.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ sidebar_position: 11
| 10004 | 🔄 资源未加载完毕,通常为未初始化,或者登录接口还未成功返回 |
| 10005 | ❓ 未知错误,需根据 `errmsg` 确认原因 |
| 10006 | 🚨 SDK 内部错误,需根据 `errmsg` 确认原因 |
| 10008 | 🚨 SDK 未初始化,需要先初始化SDK |
| 10009 | 🚨 未登录,需要先登录 |
| 10100 | 🚫 用户不存在或未注册 |
| 10101 | 🚪 用户已退出登录 |
| 10102 | 🔄 用户重复登录,可通过 `getloginstatus` 确认登录状态,避免重复登录 |
Expand Down