|
||
const TInt KErrECamCameraDisabled=-12100;
The camera has been disabled, hence calls do not succeed
const TInt KErrECamSettingDisabled=-12101;
This parameter or operation is supported, but presently is disabled.
Interface status: | deprecated | Use sysytem wide error code KErrNotSupported, since there is no clear cut difference between the two |
const TInt KErrECamSettingNotSupported=-12103;
const TInt KErrECamColorOperationConflict=-12106;
This error code is supposed to be used with new event KUidECamEventCIPSetColorSwapEntry and KUidECamEventCIPRemoveColorSwapEntry. This would occur when the particular color is being targetted by 2 color entries for conversion to different colors.