# colorSpaceManager Error Codes > **NOTE** > > This topic describes only module-specific error codes. For details about universal error codes, see [Universal Error Codes](../errorcode-universal.md). ## 18600001 Abnormal Parameter Value **Error Message** The parameter value is abnormal. **Description** This error code is reported when a parameter value passed in the API does not meet the requirements. **Possible Causes** The parameter value exceeds the valid range. For example, an enumerated value exceeds the defined range. **Solution** Pass parameter values that meet the requirements in the API.