|
Panic codes used throughout the code in aknhlist library.
These panics have a category of AKNHLIST. - Enumerator:
-
EAknHListPanicInvalidItemID |
Invalid item ID.
The client has used an item ID to refer to some non-existing item. This panic is raised, for example, when client uses an ID of item that has already been removed from the list. | EAknHListPanicInvalidItemType |
Invalid item type.
The client has referred to item an item of wrong type. This is raised, for example, when client tries to add an item into a leaf item. |
|