diff --git a/docs-2.0/20.appendix/error-code.md b/docs-2.0/20.appendix/error-code.md index fa9b8cf2f3e..7c2314dd252 100644 --- a/docs-2.0/20.appendix/error-code.md +++ b/docs-2.0/20.appendix/error-code.md @@ -56,6 +56,10 @@ NebulaGraph 运行出现问题时,会返回错误码。本文介绍错误码 |`-2009`| 无效的参数| |`-2010`| 错误的集群| |`-2011`| listener 冲突| +|`-2012`| 主机不存在| +|`-2013`| Schema 名字已存在| +|`-2014`| 与 Tag 或 Edge Type 相关的索引存在,不能被删除 | +|`-2015`| 仍有图空间在主机上,不能被删除| |`-2021`| 存储数据失败| |`-2022`| 存储段非法| |`-2023`| 无效的数据均衡计划|