1# SE(secureElement)错误码 2 3<!--Kit: Connectivity Kit--> 4<!--Subsystem: Communication--> 5<!--Owner: @amunra03--> 6<!--Designer: @wenxiaolin--> 7<!--Tester: @zs_111--> 8<!--Adviser: @zhang_yixin13--> 9 10> **说明:** 11> 12> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。 13 14## 3300101 SE服务状态异常 15 16**错误信息** 17 18IllegalStateError, an attempt is made to use an SE session that has been closed. 19 20**错误描述** 21 22SE服务状态异常。 23 24**可能原因** 25 261. SE服务状态已断开。 27 28**处理步骤** 29 301. 关闭SE服务。 312. 重新和SE服务建立连接。 32 33## 3300102 找不到对应SE安全单元异常 34 35**错误信息** 36 37NoSuchElementError, the AID on the SE is not available or cannot be selected. 38 39**错误描述** 40 41找不到对应SE安全单元异常。 42 43**可能原因** 44 451. 参数的aid值不正确。 462. SE通道被占用。 47 48**处理步骤** 49 501. 传入正确的aid值后尝试。 512. 关闭SE通道后重新建立连接。 523. 重启设备后尝试。 53 54## 3300103 无法获取访问控制规则异常 55 56**错误信息** 57 58SecurityError, the calling application cannot be granted access to this AID or the default applet on this session. 59 60**错误描述** 61 62无法获取访问控制规则异常。 63 64**可能原因** 65 661. 安全单元上没有应用所依赖的访问规则。 67 68**处理步骤** 69 701. 写入正确的访问规则到安全单元上。 712. 关闭SE服务后重新建立连接。 72 73## 3300104 SE芯片IO异常 74 75**错误信息** 76 77IOError, there is a communication problem to the reader or the SE. 78 79**错误描述** 80 81SE芯片IO异常。 82 83**可能原因** 84 851. 和SE芯片通信异常。 862. SE芯片状态异常。 87 88**处理步骤** 89 901. 关闭SE服务后重新建立连接。 912. 重启设备尝试。 92