|
|
|
Location:
EComErrorCodes.h
Supported from 7.0
ECom error codes.
Some of these error codes can be panics with category "EComServer".
const TInt KEComErrUnknownService
The client requested a service that is not supplied by the framework.
const TInt KEComErrNoInterfaceIdentified
The call to instantiate an interface implementation failed because no registrations exist for this interface.
const TInt KEComErrEnableFailed
The call to enable the registered interface implementation failed.
const TInt KEComErrDisableFailed
The call to disable the registered interface implementation failed.
const TInt KEComErrNoRegistrationsFound
The call to instantiate an interface implementation failed because no appropriate implementation was found.
const TInt KEComErrUninstallFailed
The call to remove the registered interface implementation failed.
const TInt KEComErrReinstallFailed
The call to re-register an interface implementation failed.
const TInt KEComErrRegistrationFailed
The call to register an interface implementation failed.
const TInt KEComErrNotConnected
The client does not have a session open with the framework.
const TInt KEComErrReferenceCountInvalid
The interface implementation reference count is invalid.
const TInt KEComErrDestructionFailed
The interface implementation's destruction could not be recorded.
const TInt KEComErrTooManyNotificationsOutstanding
Too many outstanding change notification requests.
const TInt KEComErrDestroyingWithNullDtorKey
Implementation instance has a null destruction ID.
const TInt KEComErrMissingParameter
A call had a missing parameter.