Symbian
 Developer Library

DEVELOPER LIBRARY

[Index] [Glossary] [Previous] [Next]



Location: EComErrorCodes.h

ECom error codes

Support

Supported from 7.0

Description

ECom error codes.

Some of these error codes can be panics with category "EComServer".


KEComErrBase

const TInt KEComErrBase

Description

The base value for ECom framework errors.

[Top]


KEComErrUnknownService

const TInt KEComErrUnknownService

Description

The client requested a service that is not supplied by the framework.

[Top]


KEComErrInvalidUnloadPolicy

const TInt KEComErrInvalidUnloadPolicy

Description

Error in unloading an implementation collection.

[Top]


KEComErrNoInterfaceIdentified

const TInt KEComErrNoInterfaceIdentified

Description

The call to instantiate an interface implementation failed because no registrations exist for this interface.

[Top]


KEComErrEnableFailed

const TInt KEComErrEnableFailed

Description

The call to enable the registered interface implementation failed.

[Top]


KEComErrDisableFailed

const TInt KEComErrDisableFailed

Description

The call to disable the registered interface implementation failed.

[Top]


KEComErrNoRegistrationsFound

const TInt KEComErrNoRegistrationsFound

Description

The call to instantiate an interface implementation failed because no appropriate implementation was found.

[Top]


KEComErrInvalidIIC

const TInt KEComErrInvalidIIC

Description

Invalid interface implementation collection.

[Top]


KEComErrUninstallFailed

const TInt KEComErrUninstallFailed

Description

The call to remove the registered interface implementation failed.

[Top]


KEComErrReinstallFailed

const TInt KEComErrReinstallFailed

Description

The call to re-register an interface implementation failed.

[Top]


KEComErrRegistrationFailed

const TInt KEComErrRegistrationFailed

Description

The call to register an interface implementation failed.

[Top]


KEComErrNotConnected

const TInt KEComErrNotConnected

Description

The client does not have a session open with the framework.

[Top]


KEComErrReferenceCountInvalid

const TInt KEComErrReferenceCountInvalid

Description

The interface implementation reference count is invalid.

[Top]


KEComErrNoResolver

const TInt KEComErrNoResolver

Description

The non-default resolver could not be instantiated.

[Top]


KEComErrSuspendFailed

const TInt KEComErrSuspendFailed

Description

The call to suspend registration activities failed.

[Top]


KEComErrResumeFailed

const TInt KEComErrResumeFailed

Description

The call to resume registration activities failed.

[Top]


KEComErrDestructionFailed

const TInt KEComErrDestructionFailed

Description

The interface implementation's destruction could not be recorded.

[Top]


KEComErrDriveNotFound

const TInt KEComErrDriveNotFound

Description

Drive for registration data not found.

[Top]


KEComErrInvalidRegistryData

const TInt KEComErrInvalidRegistryData

Description

Invalid registration data.

[Top]


KEComErrTooManyNotificationsOutstanding

const TInt KEComErrTooManyNotificationsOutstanding

Description

Too many outstanding change notification requests.

[Top]


KEComErrDestroyingWithNullDtorKey

const TInt KEComErrDestroyingWithNullDtorKey

Description

Implementation instance has a null destruction ID.

[Top]


KEComErrMissingParameter

const TInt KEComErrMissingParameter

Description

A call had a missing parameter.