2 * Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies).
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".
9 * Initial Contributors:
10 * Nokia Corporation - initial contribution.
14 * Description: Panic codes for aknhlist library.
19 #ifndef AKNHLISTPANIC_H
20 #define AKNHLISTPANIC_H
23 /** Panic codes used throughout the code in aknhlist library.
24 These panics have a category of AKNHLIST. */
27 /** Invalid item ID. The client has used an item ID to refer to some
28 non-existing item. This panic is raised, for example, when client
29 uses an ID of item that has already been removed from the list. */
30 EAknHListPanicInvalidItemID = 0,
31 /** Invalid item type. The client has referred to item an item of wrong
32 type. This is raised, for example, when client tries to add an item
34 EAknHListPanicInvalidItemType = 1
38 #endif // AKNHLISTPANIC_H