# I18N Error Codes > **NOTE** > > This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md). ## 890001 Parameter Error **Error Message** Invalid parameter. Possible causes: Parameter verification failed. **Description** This error code is reported if an invalid parameter value is passed to the API. **Possible Causes** Parameter verification has failed. The probable cause is that the value of an input parameter is invalid. **Solution** Check whether the values of input parameters are correct. ## 8900001 Parameter Verification Error **Error Message** Invalid parameter. Possible causes: Parameter verification failed. **Description** This error code is reported if an invalid parameter value is passed to the API. **Possible Causes** Parameter verification has failed. The probable cause is that the value of an input parameter is invalid. **Solution** Check whether the values of input parameters are correct.