Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
9c32f1d2
D
Docs
项目概览
OpenHarmony
/
Docs
1 年多 前同步成功
通知
159
Star
292
Fork
28
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
Docs
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
9c32f1d2
编写于
7月 05, 2023
作者:
A
Annie_wang
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
update docs
Signed-off-by:
N
Annie_wang
<
annie.wangli@huawei.com
>
上级
03f60067
变更
4
展开全部
隐藏空白更改
内联
并排
Showing
4 changed file
with
1370 addition
and
0 deletion
+1370
-0
en/application-dev/reference/apis/Readme-EN.md
en/application-dev/reference/apis/Readme-EN.md
+1
-0
en/application-dev/reference/apis/js-apis-secureElement.md
en/application-dev/reference/apis/js-apis-secureElement.md
+1283
-0
en/application-dev/reference/errorcodes/Readme-EN.md
en/application-dev/reference/errorcodes/Readme-EN.md
+1
-0
en/application-dev/reference/errorcodes/errorcode-se.md
en/application-dev/reference/errorcodes/errorcode-se.md
+85
-0
未找到文件。
en/application-dev/reference/apis/Readme-EN.md
浏览文件 @
9c32f1d2
...
...
@@ -301,6 +301,7 @@
-
[
@ohos.nfc.controller (Standard NFC)
](
js-apis-nfcController.md
)
-
[
@ohos.nfc.tag (Standard NFC Tags)
](
js-apis-nfcTag.md
)
-
[
@ohos.rpc (RPC)
](
js-apis-rpc.md
)
-
[
@ohos.secureElement (SE Channel Management)
](
js-apis-secureElement.md
)
-
[
@ohos.wifiManager (WLAN) (Recommended)
](
js-apis-wifiManager.md
)
-
[
@ohos.wifiManagerExt (WLAN Extension) (Recommended)
](
js-apis-wifiManagerExt.md
)
-
[
@ohos.wifi (WLAN) (To Be Deprecated Soon)
](
js-apis-wifi.md
)
...
...
en/application-dev/reference/apis/js-apis-secureElement.md
0 → 100644
浏览文件 @
9c32f1d2
此差异已折叠。
点击以展开。
en/application-dev/reference/errorcodes/Readme-EN.md
浏览文件 @
9c32f1d2
...
...
@@ -60,6 +60,7 @@
-
[
Bluetooth Error Codes
](
errorcode-bluetoothManager.md
)
-
[
Wi-Fi Error Codes
](
errorcode-wifi.md
)
-
[
NFC Error Codes
](
errorcode-nfc.md
)
-
[
SE Error Codes
](
errorcode-se.md
)
-
[
RPC Error Codes
](
errorcode-rpc.md
)
-
Basic Features
-
[
Accessibility Error Codes
](
errorcode-accessibility.md
)
...
...
en/application-dev/reference/errorcodes/errorcode-se.md
0 → 100644
浏览文件 @
9c32f1d2
# SE Error Codes
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).
## 3300101 Abnormal SE Service Status
**Error Message**
Illegal service state exception.
**Description**
The SecureElement (SE) service is abnormal.
**Possible Causes**
1.
The SE service is disconnected.
**Solution**
1.
Close the SE service.
2.
Set up a connection with the SE service again.
## 3300102 No Such SE
**Error Message**
No such element exception.
**Description**
The SE is unavailable.
**Possible Causes**
1.
Communication with the SE service is abnormal.
2.
Communication of the SE chip is abnormal.
**Solution**
1.
Close the SE service and set up a connection with the SE service again.
2.
Restart the device.
## 3300103 Failed to Obtain the Access Rule
**Error Message**
Illegal access rule exception.
**Description**
The access rule cannot be obtained.
**Possible Causes**
1.
There is no access rule for the application on the SE.
**Solution**
1.
Write correct access rules to the SE.
2.
Close the SE service and set up a connection with the SE service again.
## 3300104 SE Chip I/O Exception
**Error Message**
Secure element IO exception.
**Description**
The I/O of the SE chip is abnormal.
**Possible Causes**
1.
The communication with the SE chip is abnormal.
2.
The SE chip is abnormal.
**Solution**
1.
Close the SE service and set up a connection with the SE service again.
2.
Restart the device.
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录