Symbian
Symbian Developer Library

SYMBIAN OS V9.4

Feedback

[Index] [Previous] [Next]

#include <chferror.h>
This item is not part of the S60 5th Edition SDK

chferror.h Global variables

KCHFErrorBase

const TInt KCHFErrorBase=-17050;

Description

Base value for CHF error codes.

[Top]


KErrCHFProxyObjectAlreadyExists

const TInt KErrCHFProxyObjectAlreadyExists=KCHFErrorBase;

Description

CHF Error code: A proxy object with the same identifier already exists.

[Top]


KErrCHFNoSchemeInUri

const TInt KErrCHFNoSchemeInUri=KCHFErrorBase -1;

Description

CHF Error code: Supplied URI has no scheme part.

[Top]


KErrCHFDataSupplierConstructionFailed

const TInt KErrCHFDataSupplierConstructionFailed=KCHFErrorBase -2;

Description

CHF Error code: Data supplier construction failed.

[Top]


KErrCHFContentHandlerConstructionFailed

const TInt KErrCHFContentHandlerConstructionFailed=KCHFErrorBase -3;

Description

CHF Error code: Content handler construction failed.

[Top]


KErrCHFDataSupplierSetPositionFailed

const TInt KErrCHFDataSupplierSetPositionFailed=KCHFErrorBase -4;

Description

CHF Error code: Failed to set position in data supplier.