提交 a45422ce 编写于 作者: L LiRui

add data_share apis

Signed-off-by: NLiRui <lirui.WX1229126@huawei.com>
上级 e0f0ebcd
......@@ -22,4 +22,41 @@ The DataShareHelper is not initialized successfully.
**处理步骤**
1. 咨询DataShare服务端提供者,获取正确的uri路径。
2. DataShare仅支持Stage模型,检查context是否为Stage模型的context。
\ No newline at end of file
2. DataShare仅支持Stage模型,检查context是否为Stage模型的context。
## 15700011 添加/删除模板异常
**错误信息**
The uri is not exist.
**错误描述**
添加/删除模板异常时,系统会产生此错误码。
**可能原因**
1. 添加模板异常时,接口addTemplate的入参uri不正确。
2. 删除模板异常时,接口delTemplate的入参uri不正确。
**处理步骤**
咨询DataShare服务端提供者,获取正确的uri路径。
## 15700012 数据区不存在
**错误信息**
The data area is not exist.
**错误描述**
数据更新异常时,系统会产生此错误码。
**可能原因**
数据更新异常时,接口publish的入参bundleName不正确。
**处理步骤**
咨询DataShare服务端提供者,获取正确的bundleName。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册