errorcode-i18n.md 867 字节
Newer Older
S
shawn_he 已提交
1
# i18n Error Codes
S
shawn_he 已提交
2

3 4 5 6
> **NOTE**
>
> This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](errorcode-universal.md).

S
shawn_he 已提交
7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28
## 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**

S
shawn_he 已提交
29
param value not valid
S
shawn_he 已提交
30 31 32 33 34 35 36 37 38 39 40 41

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