sapi_applicationmanager/inc/appserviceerrmsg.hrh
changeset 0 14df0fbfcc4e
equal deleted inserted replaced
-1:000000000000 0:14df0fbfcc4e
       
     1 /*
       
     2 * Copyright (c) 2009 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: 	Top level service provider error codes.
       
    15 *	%created_by:	shreedha %
       
    16 *	%date_created:	Tue Feb 10 11:04:04 2009 %
       
    17 *
       
    18 */
       
    19 /**********************************************************************
       
    20 *
       
    21 *	Header %name:	appserviceerrmsg.hrh %
       
    22 *	Instance:	bh1sapi_1
       
    23 *	Description:	Top level service provider error codes.
       
    24 *	%created_by:	shreedha %
       
    25 *	%date_created:	Tue Feb 10 11:04:04 2009 %
       
    26 *
       
    27 **********************************************************************/
       
    28 #ifndef APPSERVICEERRMSG_H
       
    29 #define APPSERVICEERRMSG_H
       
    30 
       
    31 _LIT8(KErrorMsg,"ErrorMessage");
       
    32 
       
    33 
       
    34 //Gernal provider error
       
    35 _LIT(KInterfaceNotSupported,"AppManager:Requested interface not supported by the provider");
       
    36 _LIT(KInterfaceNameMissing,"AppManager:Interface name missing");
       
    37 _LIT(KTransactionIdMissing,"AppManager:Transaction ID missing");
       
    38 _LIT(KIncorrectTransactionId,"AppManager:Incorrect TransactionID");
       
    39 _LIT(KCommandNotSupported,"AppManger:Requested command not supported by the interface");
       
    40 
       
    41 _LIT(KAsynchRequestNotProper,"AppManager:Insufficent argument for asynchronous request");
       
    42 
       
    43 
       
    44 
       
    45 
       
    46 //Domain Specific
       
    47 
       
    48 _LIT(KContentMissing ,"AppManager:GetList:Content Type Missing");
       
    49 _LIT(KContentTypeMismatch ,"AppManager:GetList:Content Type Mismatch/value more than expected length");
       
    50 
       
    51 _LIT(KFilterTypeMismatch ,"AppManager:GetList:Filter type mismatch/value more than expected length");
       
    52 _LIT(KLaunchAppOptionsTypeMismatch ,"AppManager:LaunchApp:Document's key type mismatch//values more than expected length");
       
    53 _LIT(KLaunchDocDocumentTypeMismatch ,"AppManager:LaunchDoc:OptionMap's key type mismatch//values more than expected length");
       
    54 _LIT(KLaunchOptionsTypeMismatch ,"AppManager:LaunchDoc:OptionMap type mismatch");
       
    55 _LIT(KLaunchDocMapTypeMismatch ,"AppManager:LaunchDoc:DocumentMap type mismatch");
       
    56 
       
    57 _LIT(KCommandLineMismatch ,"AppManager:LaunchApp:Command Line type mismatch ");
       
    58 _LIT(KAsynchVersionNotSupported,"AppManger:GetList:Asynchronous version of API is not supported");
       
    59 _LIT(KApplicationIDMismatch ,"AppManager:LaunchApp:ApplicationID type mismatch/value more than expected length");
       
    60 _LIT(KApplicationIDMissing ,"AppManager:LaunchApp:Application ID  Missing");
       
    61 _LIT(KDocumentMissing ,"AppManager:LaunchDoc:Document/MimeType Missing/value more than expected length ");
       
    62 _LIT(KLaunchDocMimeTypeMismatch ,"AppManager:LaunchDoc:MIME type mismatch/value more than expected length");
       
    63 #endif