inc/mdccommon.pan
changeset 0 c53acadfccc6
equal deleted inserted replaced
-1:000000000000 0:c53acadfccc6
       
     1 /*
       
     2 * Copyright (c) 2005-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 "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:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __MDCCOMMON_PAN__
       
    20 #define __MDCCOMMON_PAN__
       
    21 
       
    22 /** Panic Category */
       
    23 _LIT( KMetadataEngine, "MetadataEngine" );
       
    24 
       
    25 /** CMdEServer panic codes */
       
    26 enum TMetadataPanic
       
    27     {
       
    28     EBadRequest = 100,
       
    29     /*EBadDescriptor = 101,*/
       
    30     ESrvCreateServer = 102,
       
    31     ECreateTrapCleanup = 103,
       
    32     /*EBadState = 104,*/
       
    33     EDatabaseFault = 105,
       
    34     /*EInternal = 106,
       
    35     EInternalSchemaCorrupt = 107,
       
    36     EInternalDbCorrupt = 108,
       
    37     EInternalHierarchyCorrupt = 109,
       
    38     EInternalImportFault = 110,
       
    39     EBadFormatInQueryCriteria = 111,
       
    40 	EInternalNotifierCollision = 112,
       
    41 	EServerCommunication = 113,
       
    42 	EInternalExportFault = 114,*/
       
    43 	EServerBackupOrRestore = 115
       
    44     };
       
    45 
       
    46 #endif // __MDCCOMMON_PAN__
       
    47 
       
    48 // End of File
       
    49