1# colorSpaceManager 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## 18600001 Abnormal Parameter Value 8**Error Message** 9 10The parameter value is abnormal. 11 12**Description** 13 14This error code is reported when a parameter value passed in the API does not meet the requirements. 15 16**Possible Causes** 17 18The parameter value exceeds the valid range. For example, an enumerated value exceeds the defined range. 19 20**Solution** 21 22Pass parameter values that meet the requirements in the API. 23