diff --git a/en/application-dev/reference/errorcodes/errorcode-colorspace-manager.md b/en/application-dev/reference/errorcodes/errorcode-colorspace-manager.md new file mode 100644 index 0000000000000000000000000000000000000000..c2afdd192f26f11593f0a8c6a72f4586c523071e --- /dev/null +++ b/en/application-dev/reference/errorcodes/errorcode-colorspace-manager.md @@ -0,0 +1,18 @@ +# colorSpaceManager Error Codes + +## 18600001 Abnormal Parameter Value +**Error Message** + +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.