1# SE(secureElement)错误码 2 3> **说明:** 4> 5> 以下仅介绍本模块特有错误码,通用错误码请参考[通用错误码说明文档](../errorcode-universal.md)。 6 7## 3300101 SE服务状态异常 8 9**错误信息** 10 11IllegalStateError, an attempt is made to use an SE session that has been closed. 12 13**错误描述** 14 15SE服务状态异常。 16 17**可能原因** 18 191. SE服务状态已断开。 20 21**处理步骤** 22 231. 关闭SE服务。 242. 重新和SE服务建立连接。 25 26## 3300102 没有这样的SE异常 27 28**错误信息** 29 30NoSuchElementError, the AID on the SE is not available or cannot be selected. 31 32**错误描述** 33 34没有这样的SE异常。 35 36**可能原因** 37 381. 和SE服务建立通信异常。 392. SE芯片通信异常。 40 41**处理步骤** 42 431. 关闭SE服务后重新建立连接。 442. 重启设备尝试。 45 46## 3300103 无法获取访问控制规则异常 47 48**错误信息** 49 50SecurityError, the calling application cannot be granted access to this AID or the default applet on this session. 51 52**错误描述** 53 54无法获取访问控制规则异常。 55 56**可能原因** 57 581. 安全单元上没有应用所依赖的访问规则。 59 60**处理步骤** 61 621. 写入正确的访问规则到安全单元上。 632. 关闭SE服务后重新建立连接。 64 65## 3300104 SE芯片IO异常 66 67**错误信息** 68 69IOError, there is a communication problem to the reader or the SE. 70 71**错误描述** 72 73SE芯片IO异常。 74 75**可能原因** 76 771. 和SE芯片通信异常。 782. SE芯片状态异常。 79 80**处理步骤** 81 821. 关闭SE服务后重新建立连接。 832. 重启设备尝试。 84