提交 fef7831d 编写于 作者: A Annie_wang

update docs

Signed-off-by: NAnnie_wang <annie.wangli@huawei.com>
上级 5ea60895
...@@ -4,11 +4,29 @@ ...@@ -4,11 +4,29 @@
> >
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md). > This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 14800000 Internal Error
**Error Message**
Inner error.
**Description**
An error occurs at the underlying database.
**Possible Causes**
Invalid SQL statement is passed in.
**Solution**
Determine the cause of the error based on the log information.
## 14800010 Invalid RDB Name ## 14800010 Invalid RDB Name
**Error Message** **Error Message**
Invalid database name. Failed to open or delete database by invalid database path.
**Description** **Description**
...@@ -16,17 +34,17 @@ The RDB store name is invalid. ...@@ -16,17 +34,17 @@ The RDB store name is invalid.
**Possible Causes** **Possible Causes**
The RDB store name is empty or exceeds 1024 bytes. The RDB store path is invalid.
**Solution** **Solution**
Check that the RDB store name is not empty and does not exceed 1024 bytes. Check the RDB store path.
## 14800011 Database File Corrupted ## 14800011 Database File Corrupted
**Error Message** **Error Message**
Database corrupted. Failed to open database by database corrupted.
**Description** **Description**
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册