未验证 提交 5e778b21 编写于 作者: O openharmony_ci 提交者: Gitee

!20925 Modify preferences api document

Merge pull request !20925 from 常佳兴/master
...@@ -22,4 +22,58 @@ Failed to delete preferences file. ...@@ -22,4 +22,58 @@ Failed to delete preferences file.
**处理步骤** **处理步骤**
1. 检查文件名称是否正确。 1. 检查文件名称是否正确。
2. 检查文件路径是否正确。 2. 检查文件路径是否正确。
\ No newline at end of file
## 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.
先完成此消息的编辑!
想要评论请 注册