Skip to content
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

Add more ErrorCode #2210

Merged
merged 1 commit into from
Oct 18, 2022
Merged
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
4 changes: 4 additions & 0 deletions docs-2.0/20.appendix/error-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,10 @@ NebulaGraph 运行出现问题时,会返回错误码。本文介绍错误码
|`-2009`| 无效的参数|
|`-2010`| 错误的集群|
|`-2011`| listener 冲突|
|`-2012`| 主机不存在|
|`-2013`| Schema 名字已存在|
|`-2014`| 与 Tag 或 Edge Type 相关的索引存在,不能被删除 |
|`-2015`| 仍有图空间在主机上,不能被删除|
|`-2021`| 存储数据失败|
|`-2022`| 存储段非法|
|`-2023`| 无效的数据均衡计划|
Expand Down