1# Extensible Authentication Error Codes 2 3> **NOTE** 4> 5> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md). 6 7## 33200001 Invalid netId 8 9**Error Message** 10 11Invalid netId. 12 13**Description** 14 15This error code is reported if **netId** is invalid. 16 17**Possible causes** 18 19The specified **netId** does not exist. 20 21**Solution** 22 23Enter a valid **netId**. 24 25## 33200002 Failed to Exit Extended Authentication of the Specified NIC 26 27**Error Message** 28 29log off fail. 30 31**Description** 32 33This error code is reported if the attempt to exit extended authentication of the NIC identified by the specified **netId** fails. 34 35**Possible causes** 36 37The specified **netId** does not exist. 38 39**Solution** 40 41Enter a valid **netId**. 42 43## 33200003 Invalid eth eap Configuration 44 45**Error Message** 46 47Invalid profile. 48 49**Description** 50 51This error code is reported if the **eth eap** configuration in **profile** is invalid. 52 53**Possible causes** 54 55The **profile** field value is incorrect. 56 57**Solution** 58 59Configure the **profile** filed correctly. 60 61## 33200004 Invalid eap Result Value 62 63**Error Message** 64 65Invalid result. 66 67**Description** 68 69This error code is reported if the **result** value is invalid. 70 71**Possible causes** 72 73The input **result** value is not within the range of **CustomResult**. 74 75**Solution** 76 77Set **result** to a value within the range of **CustomResult**. 78 79## 33200005 Invalid Data Length 80 81**Error Message** 82 83Invalid size of eap data. 84 85**Description** 86 87This error code is reported if the eap data length is invalid. 88 89**Possible causes** 90 91The input eap data length is different from the value of **bufferLen** in **EapData**. 92 93**Solution** 94 95Set the input eap data length to the value of **bufferLen**. 96 97## 33200006 Invalid Network Type 98 99**Error Message** 100 101Invalid net type. 102 103**Description** 104 105This error code is reported if the network type is invalid. 106 107**Possible causes** 108 109The input network type is not supported. 110 111**Solution** 112 113Set the input network type to **1** (WLAN) or **2** (ETH). 114 115 116## 33200007 Invalid eapCode Value 117 118**Error Message** 119 120Invalid eap code. 121 122**Description** 123 124This error code is reported if **eapCode** is invalid. 125 126**Possible causes** 127 128The input **eapCode** is not within the valid value range. 129 130**Solution** 131 132Enter a valid **eapCode** value, which can be **1**, **2**, **3**, or **4**. 133 134## 33200008 Invalid eapType Value 135 136**Error Message** 137 138Invalid eap type. 139 140**Description** 141 142This error code is reported if **eapType** is invalid. 143 144**Possible causes** 145 146The value of **eapType** is not within the valid value range. 147 148**Solution** 149 150Set **eapType** to a value within the range of [1, 255]. 151 152## 33200009 netmanager Not Exist 153 154**Error Message** 155 156netmanager stop. 157 158**Description** 159 160The netmanager process does not exist. 161 162**Possible causes** 163 164This error code is reported if the netmanager process is abnormal. 165 166**Solution** 167 168Reboot the system. 169 170## 33200010 Invalid eap Status 171 172**Error Message** 173 174Invalid eth state. 175 176**Description** 177 178This error code is reported if the eth status is invalid. 179 180**Possible causes** 181 182The Ethernet adapter is not working properly. 183 184**Solution** 185 186Remove and insert the network cable and try again. 187 188## 33200099 Internal Program Error 189 190**Error Message** 191 192internal error. 193 194**Description** 195 196This error code is reported if a program fails to operate properly. 197 198**Possible causes** 199 200The program encounters an internal error. 201 202**Solution** 203 204Reboot the system. 205