1# i18n 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## 890001 Incorrect Parameter Type 8 9**Error Message** 10 11Unspported para value. 12 13**Description** 14 15This error code is reported if an I18N API is called with invalid parameter values specified. 16 17**Possible Causes** 18 19Invalid parameter values are probably due to incorrect parameter types. 20 21**Solution** 22 23Check whether the parameter type is correct. 24 25## 890002 Incorrect Configuration Option 26 27**Error Message** 28 29Unspported option value. 30 31**Description** 32 33This error code is reported if an I18N API is called with invalid option values specified. 34 35**Possible Causes** 36 37Invalid option values are probably due to incorrect option types. 38 39**Solution** 40 41Check whether the option type is correct. 42