Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <chferror.h>
Link against: chf.lib
This item is not part of the S60 5th Edition SDK

Class CHFPanic

class CHFPanic;

Description

Contains a list of panic codes and a Panic function that is used internally by the framework

Members

Defined in CHFPanic:


Member enumerations


Enum TCHFPanic

TCHFPanic

Description

Set of panic codes that are generated by the CHF framework

EProxySessionObjectNULL

CCHFProxySessionObject pointer is NULL.

EDefaultContentHandlerNotCreated

Unused.

EMissingDataSupplier

CCHFDataSupplier pointer is NULL.

ETryingToConstructContentHandlerWithDataSupplierThatHasNoContentType

The framework was asked to construct a content handler with a data supplier whose content type is unknown.

ECHFValueInvalidType

The value stored in TCHFValue object is not of the type requested.

ECHFDataSupplierObserverNULL

The data supplier observer is not set.

ECHFDataSupplierUriNULL

The URI of the resource is not set.