author | Mikko Sunikka <mikko.sunikka@nokia.com> |
Fri, 06 Nov 2009 13:05:00 +0200 | |
changeset 19 | 8d692d9f828f |
parent 10 | fc9cf246af83 |
permissions | -rw-r--r-- |
5 | 1 |
/* |
2 |
* Copyright (c) 2006-2007 Nokia Corporation and/or its subsidiary(-ies). |
|
3 |
* All rights reserved. |
|
4 |
* This component and the accompanying materials are made available |
|
5 |
* under the terms of the License "Eclipse Public License v1.0" |
|
6 |
* which accompanies this distribution, and is available |
|
7 |
* at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 |
* |
|
9 |
* Initial Contributors: |
|
10 |
* Nokia Corporation - initial contribution. |
|
11 |
* |
|
12 |
* Contributors: |
|
13 |
* |
|
14 |
* Description: Provides the Enumerations for contact interface Parameters |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
#ifndef C_CONTACERRORMESSAGE_HRH |
|
20 |
#define C_CONTACERRORMESSAGE_HRH |
|
21 |
||
22 |
//GetList |
|
23 |
_LIT(KGetListContentTypeMissing, "Contacts : GetList : Type is Missing"); |
|
24 |
_LIT(KGetListInvalidContentType, "Contacts: GetList : Invalid value for Type, Must be Contact/Group/Database"); |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
25 |
_LIT(KGetIdsInvalidContentType, "Contacts: GetIds : Invalid value for Type, Must be Contact/Group"); |
5 | 26 |
_LIT(KGetListInvalidSortType, "Contacts : GetList : Invalid Sort Type, Map is required"); |
27 |
_LIT(KGetListSortOrderValue,"Contacts : GetList : Sort Order Value is not a String"); |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
28 |
_LIT(KGetIdsBadArgCntId, "Contacts: GetIds : Invalid Contact Id input"); |
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
29 |
_LIT(KGetIdsBadArgGrpId, "Contacts: GetIds : Invalid Group Id input"); |
5 | 30 |
|
31 |
//new GetList |
|
32 |
_LIT(KGetListInvalidFilterType,"Contacts : GetList : Invalid Type of Filter, Map is required"); |
|
33 |
/////////////_LIT(KGetListInvalidContactID,"Contacts : GetList : Invalid Contact Id or Invalid Contact Id type "); |
|
34 |
_LIT(KGetListInvalidSortordVal,"Contacts : GetList : Wrong Type of Sort Order value"); |
|
35 |
_LIT(KGetListInvalidSearchVal,"Contacts : GetList : Wrong Type of Search value"); |
|
36 |
_LIT(KGetListFiledListMissing,"Contacts : GetList : Field list is missing"); |
|
37 |
_LIT(KGetListFiledtypeWrong,"Contacts : GetList : Wrong Type of Field"); |
|
38 |
||
39 |
_LIT(KGetListWrongContentType, "Contacts : GetList : Wrong Type of ContentType"); |
|
40 |
||
41 |
//Add |
|
42 |
_LIT(KAddContentTypeMissing, "Contacts : Add : Type is Missing"); |
|
43 |
_LIT(KAddDataMissing, "Contacts : Add : Add Data is Missing"); |
|
44 |
_LIT(KAddInvalidContentType, "Contacts : Add : Invalid Type, must be Contact/Group"); |
|
45 |
||
46 |
_LIT(KAddLabelMissing, "Contacts : Add : Group Label is Missing"); |
|
47 |
||
48 |
//new Add |
|
49 |
_LIT(KAddLessArguments,"Contacts : Add : Mandatory Argument is not present"); |
|
50 |
_LIT(KAddWrongContactId,"Contacts : Add : Type of Contact Id is wrong"); |
|
51 |
_LIT(KAddInvalidDataType,"Contacts : Add : Invalid Type of Data , Map is required"); |
|
52 |
_LIT(KAddInvalidFieldType,"Contacts : Add : Invalid Type of Field value , Map is required"); |
|
53 |
_LIT(KAddNextFieldType,"Contacts : Add : Invalid Type of NextField value , Map is required"); |
|
54 |
_LIT(KAddInvalidStr,",Invalid Type,String is Required"); |
|
55 |
_LIT(KAddInvalidTime,",Invalid Type,TTime is Required"); |
|
56 |
_LIT(KAddCnt,"Contacts : Add :"); |
|
57 |
_LIT(KAddInvalGrpId,"Contacts : Add : Invalid Type of GroupId"); |
|
58 |
_LIT(KAddInvalGrpLabel,"Contacts : Add : Invalid Type of GroupLabel"); |
|
59 |
_LIT(KAddWrongContentType,"Contacts : Add : Wrong Type of ContentType"); |
|
60 |
_LIT(KAddKeyNotSpecified, "Contacts : Add : Atleast one field is required"); |
|
61 |
_LIT(KAddGroupLabelEmpty,"Contacts : Add : Group Label is Empty"); |
|
62 |
_LIT(KAddInvalidFieldKey,"Contacts : Add : Invalid Field Key : "); |
|
63 |
_LIT(KAddFieldKeyNotSupported,"Contacts : Add :Field Key Not Supported on this Database: "); |
|
10
fc9cf246af83
Revision: 200931
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
5
diff
changeset
|
64 |
_LIT(KAddXspidInvalidFormat,"Contacts : Add :Invalid format of value for IMPP field"); |
5 | 65 |
//cannot be determined |
66 |
///////////////_LIT(KAddWrongFieldKey,"Contacts : Add : Invalid Field Key"); |
|
67 |
||
68 |
//Import |
|
69 |
_LIT(KImportContentTypeMissing, "Contacts : Import : Type is Missing"); |
|
70 |
_LIT(KImportDataMissing, "Contacts : Import : Import data Missing"); |
|
71 |
_LIT(KImportDataMapMissing, "Contacts : Import : Invalid Type of Data , Map is required"); |
|
72 |
_LIT(KImportInvalidContentType, "Contacts : Import : Invalid Type,it must be Contact"); |
|
73 |
_LIT(KImportSrcFileNameMissing, "Contacts : Import : Import Source Filename is Missing"); |
|
74 |
_LIT(KImportSrcFileNotString, "Contact : Import : Import Source File is not a String" ); |
|
75 |
_LIT(KImportDbUriNotString, "Contact : Import : Import DataBaseUri is not a String" ); |
|
76 |
_LIT(KImportLessArguments,"Contacts : Import : Mandatory Argument is not present"); |
|
77 |
_LIT(KImportWrongContentType,"Contacts : Import : Wrong Type of ContentType"); |
|
78 |
_LIT(KImportFileNameTooLong,"Contacts : Import : Filename too long"); |
|
79 |
||
80 |
||
81 |
//Export |
|
82 |
_LIT(KExportContentTypeMissing, "Contacts : Export : Type is Missing"); |
|
83 |
_LIT(KExportInvalidContentType, "Contacts : Export : Invalid Type, it must be Contact"); |
|
84 |
_LIT(KExportDataMissing, "Contacts : Export : Export Data Missing"); |
|
85 |
_LIT(KExportDataMapMissing, "Contacts : Export : Invalid Type of Data , Map is required"); |
|
86 |
_LIT(KExportDbUriNotString, "Contact : Export : Export DataBaseUri is not a String" ); |
|
87 |
_LIT(KExportDstFileNameMissing, "Contacts : Export : Export Destination Filename is Missing"); |
|
88 |
_LIT(KExportContactIdMissing, "Contacts : Export : Contact Id to be exported is missing" ); |
|
89 |
_LIT(KExportWrongContentType, "Contacts : Export : Wrong Type of ContentType"); |
|
90 |
||
91 |
_LIT(KExportLessArguments,"Contacts : Export : Mandatory Argument is not present"); |
|
92 |
_LIT(KExportDestnFlNmWrongType, "Contacts : Export : Destination Filename is of wrong Type"); |
|
93 |
_LIT(KExportContactIdWrongType,"Contacts : Export : ContactId is of wrong Type"); |
|
94 |
_LIT(KExportFileNameTooLong,"Contacts : Export : Filename too long"); |
|
95 |
||
96 |
//Delete |
|
97 |
_LIT(KDeleteContentTypeMissing, "Contacts : Delete : Type is Missing"); |
|
98 |
_LIT(KDeleteInvalidContentType, "Contacts : Delete : Invalid Type, must be Contact/Group"); |
|
99 |
_LIT(KDeleteDataMissing, "Contacts : Delete : Delete data Missing"); |
|
100 |
||
101 |
_LIT(KDeleteDataMapMissing, "Contacts : Delete : Invalid Type of Data , Map is required"); |
|
102 |
_LIT(KDeleteDataListMissing, "Contacts : Delete : List of Ids is missing"); |
|
103 |
||
104 |
_LIT(KDeleteLessArguments,"Contacts : Delete : Mandatory Argument is not present"); |
|
105 |
_LIT(KDeleteInvalidTypeIdList,"Contacts : Delete : Type of IdList is wrong, List is required"); |
|
106 |
_LIT(KDeleteInvalidIdType,"Contacts : Delete : Invalid Type of Id"); |
|
107 |
_LIT(KDeleteWrongContentType,"Contacts : Delete : Wrong Type of ContentType"); |
|
108 |
||
109 |
//Organise |
|
110 |
_LIT(KOrganiseContentTypeMissing, "Contacts : Organise : Type is Missing"); |
|
111 |
_LIT(KOrganiseDataMissing, "Contacts : Organise : Organise Data is Missing"); |
|
112 |
_LIT(KOrganiseInvalidContentType, "Contacts : Organise : Invalid Content Type, It must be Group"); |
|
113 |
_LIT(KOrganiseDataMapMissing, "Contacts : Organise : Invalid Type of Data , Map is required"); |
|
114 |
_LIT(KOrganiseDataInvalidOpType, "Contacts : Organise : Invalid Operation Type"); |
|
115 |
||
116 |
_LIT(KOrganiseDataListMissing, "Contacts : Organise : List of Ids is missing"); |
|
117 |
_LIT(KOrganiseGrpIdMissing,"Contacts : Organise : GroupId is missing"); |
|
118 |
||
119 |
_LIT(KOrganiseLessArguments,"Contacts : Organise : Mandatory Argument is not present"); |
|
120 |
_LIT(KOrganiseOperationTypeMissing,"Contacts : Organise : OperationType is Missing"); |
|
121 |
_LIT(KOrganiseOperationTypeWrong,"Contacts : Organise : Operation Type is Wrong"); |
|
122 |
_LIT(KOrganiseWrongGrpIdType,"Contacts : Organise : GroupId type is wrong"); |
|
123 |
_LIT(KOrganiseWrongIdListType,"Contacts : Organise : IdList type is wrong"); |
|
124 |
_LIT(KOrganiseWrongIdType,"Contacts : Organise : Id type is wrong"); |
|
125 |
_LIT(KOrganiseEmptyIdList,"Contacts : Organise : Id List is empty"); |
|
126 |
||
127 |
_LIT(KOrganiseWrongContentType,"Contacts : Organise : Wrong Type of ContentType"); |
|
128 |
||
129 |
_LIT(KCancleCommandoptionWrong ,"Contacts : Cancel : Command option is wrong"); |
|
130 |
_LIT(KCancelUnsuccessful, "Contacts : Cancel : Cancel Unsuccessful"); |
|
131 |
_LIT(KCancelTransIdMissing,"Contacts : Cancel : Transaction ID is Missing"); |
|
132 |
||
133 |
_LIT(KCommandNotSupported, "Contacts : Requested command not supported"); |
|
134 |
_LIT(KCallbackNotFound, "Contacts : Callback not found"); |
|
135 |
_LIT(KInterfaceNotSupported,"Contacts : Requested interface not supported by the provider"); |
|
136 |
_LIT(KInterfaceNameMissing,"Contacts : Interface name missing"); |
|
137 |
||
138 |
||
139 |
||
140 |
#endif // C_CONTACERRORMESSAGE_HRH |