errorcode-i18n.md 705 字节
Newer Older
S
shawn_he 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
# I18N Error Codes

## 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**

Unspported option value.

**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.