Update contrib.
1 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // Camera specific errors
27 #ifndef SYMBIAN_ENABLE_SPLIT_HEADERS
28 #include <ecamerrorsconst.h>
29 #include <ecamerrorsdef.h>
32 /** The camera has been disabled, hence calls do not succeed */
33 static const TInt KErrECamCameraDisabled = -12100;
35 /** This parameter or operation is supported, but presently is disabled. */
36 static const TInt KErrECamSettingDisabled = -12101;
38 /** This value is out of range. */
39 static const TInt KErrECamParameterNotInRange = -12102;
42 @deprecated Use sysytem wide error code KErrNotSupported, since there is no clear cut difference between the two
44 static const TInt KErrECamSettingNotSupported = -12103;
46 /** The optimum focus is lost */
47 static const TInt KErrECamNotOptimalFocus = -12104;
49 /** The flash is not charged */
50 static const TInt KErrECamFlashNotCharged = -12105;
53 This error code is supposed to be used with new event KUidECamEventCIPSetColorSwapEntry
54 and KUidECamEventCIPRemoveColorSwapEntry.
55 This would occur when the particular color is being targetted by 2 color entries for
56 conversion to different colors.
59 static const TInt KErrECamColorOperationConflict = -12106;
61 #endif // ECAMERRORS_H