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 Parameter Error 8 9**Error Message** 10 11Invalid parameter. Possible causes: Parameter verification failed. 12 13**Description** 14 15This error code is reported if an invalid parameter value is passed to the API. 16 17**Possible Causes** 18 19Parameter verification has failed. The probable cause is that the value of an input parameter is invalid. 20 21**Solution** 22 23Check whether the values of input parameters are correct. 24 25<!--Del--> 26## 8900001 Parameter Verification Error 27 28**Error Message** 29 30Invalid parameter. Possible causes: Parameter verification failed. 31 32**Description** 33 34This error code is reported if an invalid parameter value is passed to the API. 35 36**Possible Causes** 37 38Parameter verification has failed. The probable cause is that the value of an input parameter is invalid. 39 40**Solution** 41 42Check whether the values of input parameters are correct. 43<!--DelEnd--> 44