提交 fb35a281 编写于 作者: C changjiaxing

Modify preferences api document

Signed-off-by: Nchangjiaxing <changjiaxing2@huawei.com>
Change-Id: I61cc9f0205269d078fcec4dbb4ab738774200c0c
上级 658df3c0
......@@ -22,4 +22,58 @@ Failed to delete preferences file.
**处理步骤**
1. 检查文件名称是否正确。
2. 检查文件路径是否正确。
\ No newline at end of file
2. 检查文件路径是否正确。
## 15500019 获取订阅服务失败
**错误信息**
Failed to obtain subscription service.
**错误描述**
进行进程间订阅时,获取订阅服务失败。
**可能原因**
当前平台不支持订阅服务。
**处理步骤**
需要在当前平台部署订阅服务。
## 15501001 上下文环境非Stage模型
**错误信息**
Only supported in stage mode.
**错误描述**
该操作仅支持Stage模型。
**可能原因**
当前上下文环境非Stage模型。
**处理步骤**
请切换当前上下文环境,使用Stage模型。
## 15501002 Options中传入的dataGroupId参数非法
**错误信息**
The data group id is not valid.
**错误描述**
使用非法dataGroupId参数。
**可能原因**
使用的dataGroupId不是从应用市场正常申请的。
**处理步骤**
应用从应用市场申请dataGroupId,并正确传入该参数。
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册