serviceproviders/sapi_contacts_vpbk/inc/contacterrormessage.hrh
changeset 22 fc9cf246af83
parent 19 989d2f495d90
equal deleted inserted replaced
19:989d2f495d90 22:fc9cf246af83
    20 #define C_CONTACERRORMESSAGE_HRH
    20 #define C_CONTACERRORMESSAGE_HRH
    21 
    21 
    22 //GetList
    22 //GetList
    23 _LIT(KGetListContentTypeMissing, "Contacts : GetList : Type is Missing");
    23 _LIT(KGetListContentTypeMissing, "Contacts : GetList : Type is Missing");
    24 _LIT(KGetListInvalidContentType, "Contacts: GetList : Invalid value for Type, Must be Contact/Group/Database");
    24 _LIT(KGetListInvalidContentType, "Contacts: GetList : Invalid value for Type, Must be Contact/Group/Database");
       
    25 _LIT(KGetIdsInvalidContentType, "Contacts: GetIds : Invalid value for Type, Must be Contact/Group");
    25 _LIT(KGetListInvalidSortType, "Contacts : GetList : Invalid Sort Type, Map is required");
    26 _LIT(KGetListInvalidSortType, "Contacts : GetList : Invalid Sort Type, Map is required");
    26 _LIT(KGetListSortOrderValue,"Contacts : GetList : Sort Order Value is not a String");
    27 _LIT(KGetListSortOrderValue,"Contacts : GetList : Sort Order Value is not a String");
       
    28 _LIT(KGetIdsBadArgCntId, "Contacts: GetIds : Invalid Contact Id input");
       
    29 _LIT(KGetIdsBadArgGrpId, "Contacts: GetIds : Invalid Group Id input");
    27 
    30 
    28 //new GetList 
    31 //new GetList 
    29 _LIT(KGetListInvalidFilterType,"Contacts : GetList : Invalid Type of Filter, Map is required");
    32 _LIT(KGetListInvalidFilterType,"Contacts : GetList : Invalid Type of Filter, Map is required");
    30 /////////////_LIT(KGetListInvalidContactID,"Contacts : GetList : Invalid Contact Id or Invalid Contact Id type ");
    33 /////////////_LIT(KGetListInvalidContactID,"Contacts : GetList : Invalid Contact Id or Invalid Contact Id type ");
    31 _LIT(KGetListInvalidSortordVal,"Contacts : GetList : Wrong Type of Sort Order value");
    34 _LIT(KGetListInvalidSortordVal,"Contacts : GetList : Wrong Type of Sort Order value");
    56 _LIT(KAddWrongContentType,"Contacts : Add : Wrong Type of ContentType");
    59 _LIT(KAddWrongContentType,"Contacts : Add : Wrong Type of ContentType");
    57 _LIT(KAddKeyNotSpecified, "Contacts : Add : Atleast one field is required");
    60 _LIT(KAddKeyNotSpecified, "Contacts : Add : Atleast one field is required");
    58 _LIT(KAddGroupLabelEmpty,"Contacts : Add : Group Label is Empty");
    61 _LIT(KAddGroupLabelEmpty,"Contacts : Add : Group Label is Empty");
    59 _LIT(KAddInvalidFieldKey,"Contacts : Add : Invalid Field Key : ");
    62 _LIT(KAddInvalidFieldKey,"Contacts : Add : Invalid Field Key : ");
    60 _LIT(KAddFieldKeyNotSupported,"Contacts : Add :Field Key Not Supported on this Database: ");
    63 _LIT(KAddFieldKeyNotSupported,"Contacts : Add :Field Key Not Supported on this Database: ");
       
    64 _LIT(KAddXspidInvalidFormat,"Contacts : Add :Invalid format of value for IMPP field");
    61 //cannot be determined
    65 //cannot be determined
    62 ///////////////_LIT(KAddWrongFieldKey,"Contacts : Add : Invalid Field Key");
    66 ///////////////_LIT(KAddWrongFieldKey,"Contacts : Add : Invalid Field Key");
    63 
    67 
    64 //Import
    68 //Import
    65 _LIT(KImportContentTypeMissing, "Contacts : Import : Type is Missing");
    69 _LIT(KImportContentTypeMissing, "Contacts : Import : Type is Missing");