Public Member Enumerations | |
---|---|
enum | TPanicCode { EInvalidTypeParameter, EInvalidTypeParameterResource, EFieldDataTypeMismatch, EInvalidFieldIndex, ..., EAccessOfUnopenedStore } |
Public Member Functions | |
---|---|
IMPORT_C void | Panic(TPanicCode) |
_LIT(KPanicCategory, "VPbkEng") |
Virtual Phonebook Engine API error codes and functions.
These codes are used in Virtual Phonebook APIs and all store plugin implementations must use them as documented in the API header files.
Panic codes for the Virtual Phonebook APIs.
IMPORT_C void | Panic | ( | TPanicCode | aPanicCode | ) |
Called if an unrecoverable error is detected.
Stops the thread with User::Panic.
Parameter | Description |
---|---|
aPanicCode | One of the TPanicCode values. |