meetingrequest/mrversit2/inc/esmricalerrors.h
changeset 0 8466d47a6819
equal deleted inserted replaced
-1:000000000000 0:8466d47a6819
       
     1 /*
       
     2 * Copyright (c) 2005 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:  Holds the versit2-specific error codes.
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #ifndef ESMRICALERRORS_H
       
    21 #define ESMRICALERRORS_H
       
    22 
       
    23 
       
    24 /**
       
    25 Versit2-specific error codes.
       
    26 @publishedPartner
       
    27 */
       
    28 enum
       
    29 	{
       
    30 	/** An invalid subcomponent nesting has occurred.*/
       
    31 	KErrUnsupportedComponent = -21000,
       
    32 	/** An attempt to add an invalid property has occurred.*/
       
    33 	KErrUnsupportedProperty,
       
    34 	/** An attempt to add a property with no value has occurred.*/
       
    35 	KErrPropertyHasNoValue,
       
    36 	/** An attempt to add a property parameter with no value has occurred.*/
       
    37 	KErrParameterHasNoValue,
       
    38 	/** An attempt to access the frequency of a rule segment
       
    39 	that does not hold frequency information has occurred.*/
       
    40 	KErrRuleTypeNotFrequency,
       
    41 	/** An attempt to access the frequency of a rule
       
    42 	segment with an unknown value has occurred.*/
       
    43 	KErrRuleFrequencyUnknown,
       
    44 	/** An attempt to add a rule segment with no type has occurred.*/
       
    45 	KErrInvalidRuleSegment,
       
    46 	/** An attempt to add a rule segment with no value has occurred.*/
       
    47 	KErrRuleSegmentHasNoValue
       
    48 	};
       
    49 
       
    50 #endif	// ESMRICALERRORS_H
       
    51 
       
    52 // End of File