epoc32/include/app/lmkerrors.h
branchSymbian3
changeset 4 837f303aceeb
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/epoc32/include/app/lmkerrors.h	Wed Mar 31 12:33:34 2010 +0100
     1.3 @@ -0,0 +1,54 @@
     1.4 +/*
     1.5 +* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description:    LandmarksUi Error & Panic Codes      
    1.18 +*
    1.19 +*/
    1.20 +
    1.21 +#ifndef LMKERRORS_H
    1.22 +#define LMKERRORS_H
    1.23 +
    1.24 +// landmarksui panic code
    1.25 +enum TPanicCode
    1.26 +    {
    1.27 +    KLmkPanicNullMember = 1,
    1.28 +    KLmkPanicIllegalMethodCall,
    1.29 +    KLmkPanicInvalidResourceData,
    1.30 +    KLmkPanicNullPointer,
    1.31 +    KLmkPanicOutOfRange,    
    1.32 +    KLmkPanicIllegalConstruction,    
    1.33 +    KLmkPanicMathError,    
    1.34 +    KLmkPanicUnexpectedEvent,    
    1.35 +    KLmkPanicUnknownOperation,    
    1.36 +    KLmkPanicUnknownControlType,    
    1.37 +    KLmkPanicUnknownItemType,    
    1.38 +    KLmkPanicIllegalMementoAccess, 
    1.39 +    KLmkPanicWrongSelector,
    1.40 +    KLmkPanicInvalidIndex,    
    1.41 +    KLmkPanicIndexesZeroOneNotSet,    
    1.42 +    KLmkPanicSelectorArrayIndex,
    1.43 +    KLmkPanicNullListBox,
    1.44 +    KLmkPanicNullListProvider,
    1.45 +    KLmkPanicPostponedRestoration,
    1.46 +    KLmkPanicDeletionInfo,
    1.47 +	KLmkPanicNoLbModel,        
    1.48 +    KLmkPanicNullNaviPane,
    1.49 +    KLmkPanicSenderNotExist,
    1.50 +	KLmkPanicKeyNotSet,
    1.51 +    KLmkPanicAlreadyActive,
    1.52 +    KLmkPanicIntermediateCallback        
    1.53 +    };
    1.54 +	
    1.55 +#endif	// LMKERRORS_H
    1.56 +
    1.57 +// End of File