const TInt | KErrRSSuddenDeath |
A module has died, voluntarily or otherwise.
const TInt | KErrRSInvalidParameter |
A parameter was in some way invalid.
const TInt | KErrRSInvalidParameterFile |
The file could not be found, read or was in some way corrupt.
const TInt | KErrRSInvalidParameterStackSize |
The stack size was invalid.
const TInt | KErrRSInvalidParameterHeapSize |
The heap size was invalid.
const TInt | KErrRSInvalidUidType |
The second UID of the DLL was not the UID of a Comms Provider Module. For a DLL to be a CPM it must have the second UID value of 0x101f7418.
const TInt | KErrRSModuleAlreadyExist |
A Comms Provider Module with this name is already loaded.
const TInt | KErrRSInvalidMBufPoolSize |
The size of the MBuf pool is invalid.
const TInt | KErrRSModuleNotRunning |
The specified module is not running.
const TInt | KErrRSModuleNotLoaded |
The specified module is not loaded.
const TInt | KErrRSNoNewHeapsAvailable |
Unable to create more new heaps in the Comms Process. Consider sharing a heap between modules.
const TInt | KErrRSRequestTimedOut |
A request timed out. This can happen when a module stops responding to requests for some reason.
const TInt | KErrRSSubModuleUnknown |
The specified submodule does not exist.
const TInt | KErrRSBindingUnknown |
The specified binding does not exist.
const TInt | KErrRSModuleNotReady |
The module is not ready for requests.
const TInt | KErrRSBindingInProgress |
The specified binding is not yet completed.
const TInt | KErrRSUnableToOpenHeap |
Found heap but unable to open it for sharing.
const TInt | KErrRSUnableToCreateQueues |
Unable to create communication channels for new module.
const TInt | KErrRSZombie |
This Comms Provider Module exist but is not responding.
const TInt | KErrRSInvalidParameterThreadFuncOrdinal |
The specified ordinal does not exist for the DLL.
const TInt | KErrRSInvalidQueueLength |
Queue length of binding invalid. Must be between TRSBindingInfo::EMinQueueLength and TRSBindingInfo::EMaxQueueLength. TRSBindingInfo
const TInt | KErrRSSuddenViolentDeath |
A module has died through a panic, Kill(), or other exception
const TInt | KErrRSEitherModuleInBindingFailedToLoad |
A module (boot-time/OnDemand) involved in binding failed, hence if any of the two module(s) is/are On-Demand, the message needs to be completed with this error code to signal to caller that there are icomplete bindings
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.