# 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 Incorrect Parameter Type **Error Message** Unspported para value. **Description** This error code is reported if an I18N API is called with invalid parameter values specified. **Possible Causes** Invalid parameter values are probably due to incorrect parameter types. **Solution** Check whether the parameter type is correct. ## 890002 Incorrect Configuration Option **Error Message** param value not valid **Description** This error code is reported if an I18N API is called with invalid option values specified. **Possible Causes** Invalid option values are probably due to incorrect option types. **Solution** Check whether the option type is correct.