serviceproviders/sapi_sysinfo/inc/errormsgs.h
changeset 19 989d2f495d90
child 53 29eae4b7c31b
equal deleted inserted replaced
14:a36b1e19a461 19:989d2f495d90
       
     1 /*
       
     2 * Copyright (c) 2002 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:  CSysinfoInterface class implementation
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __SYSINFO_ERRMSG_H__
       
    20 #define __SYSINFO_ERRMSG_H__
       
    21 
       
    22 _LIT8(KErrorMsg,"ErrorMessage");
       
    23 
       
    24 _LIT16(KErrInterfaceNotSupported,"Sysinfo: Requested Interface type not supported by provider");
       
    25 
       
    26 _LIT16(KModuleName,"SysInfo: ");
       
    27 _LIT16(KColon,": ");
       
    28 _LIT16(KErrCmdNotSupported,"Command Not Supported");
       
    29 _LIT16(KErrSystemDataMissing,"SystemData Argument Missing");
       
    30 _LIT16(KErrSyncVersionNotSupported,"Sync Version Not Supported");
       
    31 _LIT16(KErrASyncVersionNotSupported,"ASync Version Not Supported");
       
    32 _LIT16(KErrKeyMissing,"Key: Input Parameter Missing");
       
    33 _LIT16(KErrEntityMissing,"Entity: Input Parameter Missing");
       
    34 _LIT16(KErrInsufficientArgs,"Insufficient Arguments to process");
       
    35 _LIT16(KErrSysdataType,"Incorrect SystemData Type, SystemData Must be a Map");
       
    36 _LIT16(KErrSystemAttributeValue,"Incorrect System Attribute Value corresponding to element in SystemData Map ");
       
    37 _LIT16(KErrInCorrectSyncAsyncRequest,"CallBack and CmdOptions not matching");
       
    38 _LIT16(KErrUnsupportedInput,"Unsupported Input parameter in SystemData Map");
       
    39 _LIT16(KErrTransactionIdMissing,"Transaction ID missing");
       
    40 _LIT16(KErrCallbackNotPresent,"Callback object not found");
       
    41 _LIT16(KErrReadingGetInfo,"Output Data Not found");
       
    42 
       
    43 #endif __SYSINFO_ERRMSG_H__