Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
OpenHarmony
Docs
提交
85500976
D
Docs
项目概览
OpenHarmony
/
Docs
接近 2 年 前同步成功
通知
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看板
未验证
提交
85500976
编写于
8月 25, 2023
作者:
O
openharmony_ci
提交者:
Gitee
8月 25, 2023
浏览文件
操作
浏览文件
下载
差异文件
!22945 docs:SecureElement 错误码信息修改
Merge pull request !22945 from wujie/master
上级
442be6e8
6d311603
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
49 addition
and
49 deletion
+49
-49
zh-cn/application-dev/reference/apis/js-apis-secureElement.md
...n/application-dev/reference/apis/js-apis-secureElement.md
+45
-45
zh-cn/application-dev/reference/errorcodes/errorcode-se.md
zh-cn/application-dev/reference/errorcodes/errorcode-se.md
+4
-4
未找到文件。
zh-cn/application-dev/reference/apis/js-apis-secureElement.md
浏览文件 @
85500976
...
@@ -261,7 +261,7 @@ isSecureElementPresent(): boolean
...
@@ -261,7 +261,7 @@ isSecureElementPresent(): boolean
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
**示例:**
**示例:**
...
@@ -302,8 +302,8 @@ try {
...
@@ -302,8 +302,8 @@ try {
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -340,7 +340,7 @@ try {
...
@@ -340,7 +340,7 @@ try {
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
**示例:**
**示例:**
...
@@ -413,7 +413,7 @@ getATR(): number[]
...
@@ -413,7 +413,7 @@ getATR(): number[]
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
**示例:**
**示例:**
...
@@ -456,7 +456,7 @@ close(): void
...
@@ -456,7 +456,7 @@ close(): void
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
**示例:**
**示例:**
...
@@ -526,7 +526,7 @@ closeChannels(): void
...
@@ -526,7 +526,7 @@ closeChannels(): void
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
**示例:**
**示例:**
...
@@ -570,10 +570,10 @@ openBasicChannel(aid: number[]): Promise\<Channel>
...
@@ -570,10 +570,10 @@ openBasicChannel(aid: number[]): Promise\<Channel>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception
. |
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected
. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -619,10 +619,10 @@ try {
...
@@ -619,10 +619,10 @@ try {
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception
. |
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected
. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -675,10 +675,10 @@ openBasicChannel(aid: number[], p2: number): Promise\<Channel>
...
@@ -675,10 +675,10 @@ openBasicChannel(aid: number[], p2: number): Promise\<Channel>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception
. |
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected
. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -726,10 +726,10 @@ openBasicChannel(aid: number[], p2:number, callback: AsyncCallback\<Channel>): v
...
@@ -726,10 +726,10 @@ openBasicChannel(aid: number[], p2:number, callback: AsyncCallback\<Channel>): v
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception.
|
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected.
|
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -782,10 +782,10 @@ openLogicalChannel(aid: number[]): Promise\<Channel>
...
@@ -782,10 +782,10 @@ openLogicalChannel(aid: number[]): Promise\<Channel>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception
. |
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected
. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -831,10 +831,10 @@ try {
...
@@ -831,10 +831,10 @@ try {
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception.
|
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected.
|
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception.
|
| 3300104 |
IOError, there is a communication problem to the reader or the SE.
|
**示例:**
**示例:**
...
@@ -887,10 +887,10 @@ P2通常为0x00。设备应允许P2的任何值,并且应允许以下值: 0x
...
@@ -887,10 +887,10 @@ P2通常为0x00。设备应允许P2的任何值,并且应允许以下值: 0x
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception.
|
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected.
|
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -947,10 +947,10 @@ P2通常为0x00。设备应允许P2的任何值,并且应允许以下值: 0x
...
@@ -947,10 +947,10 @@ P2通常为0x00。设备应允许P2的任何值,并且应允许以下值: 0x
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300102 | No
such element exception
. |
| 3300102 | No
SuchElementError, the AID on the SE is not available or cannot be selected
. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -1176,9 +1176,9 @@ transmit(command: number[]): Promise<number[]>
...
@@ -1176,9 +1176,9 @@ transmit(command: number[]): Promise<number[]>
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
@@ -1228,9 +1228,9 @@ transmit(command: number[], callback: AsyncCallback<number[]>): void
...
@@ -1228,9 +1228,9 @@ transmit(command: number[], callback: AsyncCallback<number[]>): void
| 错误码ID | 错误信息 |
| 错误码ID | 错误信息 |
| -------- | -------------------------------- |
| -------- | -------------------------------- |
| 3300101 | Illegal service state exception. |
| 3300101 | Illegal
StateError,
service state exception. |
| 3300103 |
Illegal access rule except
ion. |
| 3300103 |
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion. |
| 3300104 |
Secure element IO exception
. |
| 3300104 |
IOError, there is a communication problem to the reader or the SE
. |
**示例:**
**示例:**
...
...
zh-cn/application-dev/reference/errorcodes/errorcode-se.md
浏览文件 @
85500976
...
@@ -8,7 +8,7 @@
...
@@ -8,7 +8,7 @@
**错误信息**
**错误信息**
Illegal
service state exception
.
Illegal
StateError, an attempt is made to use an SE session that has been closed
.
**错误描述**
**错误描述**
...
@@ -28,7 +28,7 @@ SE服务状态异常。
...
@@ -28,7 +28,7 @@ SE服务状态异常。
**错误信息**
**错误信息**
No
such element exception
.
No
SuchElementError, the AID on the SE is not available or cannot be selected
.
**错误描述**
**错误描述**
...
@@ -48,7 +48,7 @@ No such element exception.
...
@@ -48,7 +48,7 @@ No such element exception.
**错误信息**
**错误信息**
Illegal access rule except
ion.
SecurityError, the calling application cannot be granted access to this AID or the default applet on this sess
ion.
**错误描述**
**错误描述**
...
@@ -67,7 +67,7 @@ Illegal access rule exception.
...
@@ -67,7 +67,7 @@ Illegal access rule exception.
**错误信息**
**错误信息**
Secure element IO exception
.
IOError, there is a communication problem to the reader or the SE
.
**错误描述**
**错误描述**
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录