errorcode-se.md 1.5 KB
Newer Older
A
Annie_wang 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
# 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.