|
19
|
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");
|
|
|
25 |
_LIT(KGetListInvalidSortType, "Contacts : GetList : Invalid Sort Type, Map is required");
|
|
|
26 |
_LIT(KGetListSortOrderValue,"Contacts : GetList : Sort Order Value is not a String");
|
|
|
27 |
|
|
|
28 |
//new GetList
|
|
|
29 |
_LIT(KGetListInvalidFilterType,"Contacts : GetList : Invalid Type of Filter, Map is required");
|
|
|
30 |
/////////////_LIT(KGetListInvalidContactID,"Contacts : GetList : Invalid Contact Id or Invalid Contact Id type ");
|
|
|
31 |
_LIT(KGetListInvalidSortordVal,"Contacts : GetList : Wrong Type of Sort Order value");
|
|
|
32 |
_LIT(KGetListInvalidSearchVal,"Contacts : GetList : Wrong Type of Search value");
|
|
|
33 |
_LIT(KGetListFiledListMissing,"Contacts : GetList : Field list is missing");
|
|
|
34 |
_LIT(KGetListFiledtypeWrong,"Contacts : GetList : Wrong Type of Field");
|
|
|
35 |
|
|
|
36 |
_LIT(KGetListWrongContentType, "Contacts : GetList : Wrong Type of ContentType");
|
|
|
37 |
|
|
|
38 |
//Add
|
|
|
39 |
_LIT(KAddContentTypeMissing, "Contacts : Add : Type is Missing");
|
|
|
40 |
_LIT(KAddDataMissing, "Contacts : Add : Add Data is Missing");
|
|
|
41 |
_LIT(KAddInvalidContentType, "Contacts : Add : Invalid Type, must be Contact/Group");
|
|
|
42 |
|
|
|
43 |
_LIT(KAddLabelMissing, "Contacts : Add : Group Label is Missing");
|
|
|
44 |
|
|
|
45 |
//new Add
|
|
|
46 |
_LIT(KAddLessArguments,"Contacts : Add : Mandatory Argument is not present");
|
|
|
47 |
_LIT(KAddWrongContactId,"Contacts : Add : Type of Contact Id is wrong");
|
|
|
48 |
_LIT(KAddInvalidDataType,"Contacts : Add : Invalid Type of Data , Map is required");
|
|
|
49 |
_LIT(KAddInvalidFieldType,"Contacts : Add : Invalid Type of Field value , Map is required");
|
|
|
50 |
_LIT(KAddNextFieldType,"Contacts : Add : Invalid Type of NextField value , Map is required");
|
|
|
51 |
_LIT(KAddInvalidStr,",Invalid Type,String is Required");
|
|
|
52 |
_LIT(KAddInvalidTime,",Invalid Type,TTime is Required");
|
|
|
53 |
_LIT(KAddCnt,"Contacts : Add :");
|
|
|
54 |
_LIT(KAddInvalGrpId,"Contacts : Add : Invalid Type of GroupId");
|
|
|
55 |
_LIT(KAddInvalGrpLabel,"Contacts : Add : Invalid Type of GroupLabel");
|
|
|
56 |
_LIT(KAddWrongContentType,"Contacts : Add : Wrong Type of ContentType");
|
|
|
57 |
_LIT(KAddKeyNotSpecified, "Contacts : Add : Atleast one field is required");
|
|
|
58 |
_LIT(KAddGroupLabelEmpty,"Contacts : Add : Group Label is Empty");
|
|
|
59 |
_LIT(KAddInvalidFieldKey,"Contacts : Add : Invalid Field Key : ");
|
|
|
60 |
_LIT(KAddFieldKeyNotSupported,"Contacts : Add :Field Key Not Supported on this Database: ");
|
|
|
61 |
//cannot be determined
|
|
|
62 |
///////////////_LIT(KAddWrongFieldKey,"Contacts : Add : Invalid Field Key");
|
|
|
63 |
|
|
|
64 |
//Import
|
|
|
65 |
_LIT(KImportContentTypeMissing, "Contacts : Import : Type is Missing");
|
|
|
66 |
_LIT(KImportDataMissing, "Contacts : Import : Import data Missing");
|
|
|
67 |
_LIT(KImportDataMapMissing, "Contacts : Import : Invalid Type of Data , Map is required");
|
|
|
68 |
_LIT(KImportInvalidContentType, "Contacts : Import : Invalid Type,it must be Contact");
|
|
|
69 |
_LIT(KImportSrcFileNameMissing, "Contacts : Import : Import Source Filename is Missing");
|
|
|
70 |
_LIT(KImportSrcFileNotString, "Contact : Import : Import Source File is not a String" );
|
|
|
71 |
_LIT(KImportDbUriNotString, "Contact : Import : Import DataBaseUri is not a String" );
|
|
|
72 |
_LIT(KImportLessArguments,"Contacts : Import : Mandatory Argument is not present");
|
|
|
73 |
_LIT(KImportWrongContentType,"Contacts : Import : Wrong Type of ContentType");
|
|
|
74 |
_LIT(KImportFileNameTooLong,"Contacts : Import : Filename too long");
|
|
|
75 |
|
|
|
76 |
|
|
|
77 |
//Export
|
|
|
78 |
_LIT(KExportContentTypeMissing, "Contacts : Export : Type is Missing");
|
|
|
79 |
_LIT(KExportInvalidContentType, "Contacts : Export : Invalid Type, it must be Contact");
|
|
|
80 |
_LIT(KExportDataMissing, "Contacts : Export : Export Data Missing");
|
|
|
81 |
_LIT(KExportDataMapMissing, "Contacts : Export : Invalid Type of Data , Map is required");
|
|
|
82 |
_LIT(KExportDbUriNotString, "Contact : Export : Export DataBaseUri is not a String" );
|
|
|
83 |
_LIT(KExportDstFileNameMissing, "Contacts : Export : Export Destination Filename is Missing");
|
|
|
84 |
_LIT(KExportContactIdMissing, "Contacts : Export : Contact Id to be exported is missing" );
|
|
|
85 |
_LIT(KExportWrongContentType, "Contacts : Export : Wrong Type of ContentType");
|
|
|
86 |
|
|
|
87 |
_LIT(KExportLessArguments,"Contacts : Export : Mandatory Argument is not present");
|
|
|
88 |
_LIT(KExportDestnFlNmWrongType, "Contacts : Export : Destination Filename is of wrong Type");
|
|
|
89 |
_LIT(KExportContactIdWrongType,"Contacts : Export : ContactId is of wrong Type");
|
|
|
90 |
_LIT(KExportFileNameTooLong,"Contacts : Export : Filename too long");
|
|
|
91 |
|
|
|
92 |
//Delete
|
|
|
93 |
_LIT(KDeleteContentTypeMissing, "Contacts : Delete : Type is Missing");
|
|
|
94 |
_LIT(KDeleteInvalidContentType, "Contacts : Delete : Invalid Type, must be Contact/Group");
|
|
|
95 |
_LIT(KDeleteDataMissing, "Contacts : Delete : Delete data Missing");
|
|
|
96 |
|
|
|
97 |
_LIT(KDeleteDataMapMissing, "Contacts : Delete : Invalid Type of Data , Map is required");
|
|
|
98 |
_LIT(KDeleteDataListMissing, "Contacts : Delete : List of Ids is missing");
|
|
|
99 |
|
|
|
100 |
_LIT(KDeleteLessArguments,"Contacts : Delete : Mandatory Argument is not present");
|
|
|
101 |
_LIT(KDeleteInvalidTypeIdList,"Contacts : Delete : Type of IdList is wrong, List is required");
|
|
|
102 |
_LIT(KDeleteInvalidIdType,"Contacts : Delete : Invalid Type of Id");
|
|
|
103 |
_LIT(KDeleteWrongContentType,"Contacts : Delete : Wrong Type of ContentType");
|
|
|
104 |
|
|
|
105 |
//Organise
|
|
|
106 |
_LIT(KOrganiseContentTypeMissing, "Contacts : Organise : Type is Missing");
|
|
|
107 |
_LIT(KOrganiseDataMissing, "Contacts : Organise : Organise Data is Missing");
|
|
|
108 |
_LIT(KOrganiseInvalidContentType, "Contacts : Organise : Invalid Content Type, It must be Group");
|
|
|
109 |
_LIT(KOrganiseDataMapMissing, "Contacts : Organise : Invalid Type of Data , Map is required");
|
|
|
110 |
_LIT(KOrganiseDataInvalidOpType, "Contacts : Organise : Invalid Operation Type");
|
|
|
111 |
|
|
|
112 |
_LIT(KOrganiseDataListMissing, "Contacts : Organise : List of Ids is missing");
|
|
|
113 |
_LIT(KOrganiseGrpIdMissing,"Contacts : Organise : GroupId is missing");
|
|
|
114 |
|
|
|
115 |
_LIT(KOrganiseLessArguments,"Contacts : Organise : Mandatory Argument is not present");
|
|
|
116 |
_LIT(KOrganiseOperationTypeMissing,"Contacts : Organise : OperationType is Missing");
|
|
|
117 |
_LIT(KOrganiseOperationTypeWrong,"Contacts : Organise : Operation Type is Wrong");
|
|
|
118 |
_LIT(KOrganiseWrongGrpIdType,"Contacts : Organise : GroupId type is wrong");
|
|
|
119 |
_LIT(KOrganiseWrongIdListType,"Contacts : Organise : IdList type is wrong");
|
|
|
120 |
_LIT(KOrganiseWrongIdType,"Contacts : Organise : Id type is wrong");
|
|
|
121 |
_LIT(KOrganiseEmptyIdList,"Contacts : Organise : Id List is empty");
|
|
|
122 |
|
|
|
123 |
_LIT(KOrganiseWrongContentType,"Contacts : Organise : Wrong Type of ContentType");
|
|
|
124 |
|
|
|
125 |
_LIT(KCancleCommandoptionWrong ,"Contacts : Cancel : Command option is wrong");
|
|
|
126 |
_LIT(KCancelUnsuccessful, "Contacts : Cancel : Cancel Unsuccessful");
|
|
|
127 |
_LIT(KCancelTransIdMissing,"Contacts : Cancel : Transaction ID is Missing");
|
|
|
128 |
|
|
|
129 |
_LIT(KCommandNotSupported, "Contacts : Requested command not supported");
|
|
|
130 |
_LIT(KCallbackNotFound, "Contacts : Callback not found");
|
|
|
131 |
_LIT(KInterfaceNotSupported,"Contacts : Requested interface not supported by the provider");
|
|
|
132 |
_LIT(KInterfaceNameMissing,"Contacts : Interface name missing");
|
|
|
133 |
|
|
|
134 |
|
|
|
135 |
|
|
|
136 |
#endif // C_CONTACERRORMESSAGE_HRH |