<p>KErrNone 0 <br> KErrNotFound -1 Unable to find the specified object <br> KErrGeneral -2 General (unspecified) error <br> KErrCancel -3 The operation was cancelled <br> KErrNoMemory -4 Not enough memory <br> KErrNotSupported -5 The operation requested is not supported <br> KErrArgument -6 An argument is out of range <br> KErrTotalLossOfPrecision -7 This error arises when converting from an internal 96-bit real representation to a TReal32; the exponent of the internal representation is so small that the 32-bit real cannot contain it. <br> KErrBadHandle -8 An invalid handle has been passed. A function involving a resource owned by a server or the kernel has specified an invalid handle. <br> KErrOverflow -9 In the context of mathematical or time/date functions, indicates a calculation that has produced arithmetic overflow exceeding the bounds allowed by the representation. In the context of data transfer, indicates that a buffer has over-filled without being emptied soon enough. <br> KErrUnderflow -10 In the context of mathematical or time/date functions, indicates a calculation that has produced a result smaller than the smallest magnitude of a finite number allowed by the representation. In the context of data transfer, indicates that a buffer was under-filled when data was required. <br> KErrAlreadyExists -11 Already exists <br> KErrPathNotFound -12 Unable to find the specified folder <br> KErrDied -13 A handle refers to a thread that has died. <br> KErrInUse -14 A requested resource is already in exclusive use. <br> KErrServerTerminated -15 Client/server send/receive operation cannot run, because the server has terminated. <br> KErrServerBusy -16 A client/server send/receive operation cannot run, because the server is busy handling another request. <br> KErrCompletion -17 An operation is complete, successfully or otherwise. This code may be used to indicate that some follow on operation can take place. It does not necessarily indicate an error condition. <br> KErrNotReady -18 A device required by an i/o operation is not ready to start operations. A common reason for returning this code is because a device has not been initialised, or has no power. <br> KErrUnknown -19 Unknown error <br> KErrCorrupt -20 Some media is not formatted properly, or links between sections of it have been corrupted. <br> KErrAccessDenied -21 Access denied <br> KErrLocked -22 An operation cannot be performed, because the part of the file to be read or written is locked. <br> KErrWrite -23 During a file write operation, not all the data could be written. <br> KErrDisMounted -24 A volume which was to be used for a file system operation has been dismounted. <br> KErrEof -25 End of file has been reached. <br> KErrDiskFull -26 Disk full <br> KErrBadDriver -27 A driver DLL is of the wrong type. <br> KErrBadName -28 A file name or other object name does not conform to the required syntax. <br> KErrCommsLineFail -29 Comms line failed <br> KErrCommsFrame -30 A frame error has occurred in a communications operation. <br> KErrCommsOverrun -31 An overrun has been detected by a communications driver. <br> KErrCommsParity -32 A parity error has occurred in communications. <br> KErrTimedOut -33 Timed out <br> KErrCouldNotConnect -34 Failed to connect <br> KErrCouldNotDisconnect -35 Failed to disconnect <br> KErrDisconnected -36 A function could not be executed because the required session was disconnected. <br> KErrBadLibraryEntryPoint -37 A library entry point was not of the required type. <br> KErrBadDescriptor -38 A non-descriptor parameter was passed by a client interface, when a server expected a descriptor. <br> KErrAbort -39 An operation has been aborted <br> KErrTooBig -40 A number was too big <br> KErrDivideByZero -41 Divide by zero <br> KErrBadPower -42 Insufficient power was available to complete an operation. <br> KErrDirFull -43 An operation on a directory has failed. <br> KErrHardwareNotAvailable -44 An operation cannot be performed because the necessary hardware is not available <br> KErrSessionClosed -45 The completion status when an outstanding client/server message is completed because a shared session has been closed. <br> KErrPermissionDenied -46 An operation cannot be performed due to a potential security violation. <br> KErrExtensionNotSupported -47 A requested extension function is not supported by the object concerned. <br> KErrCommsBreak -48 A break has occurred in a communications operation. <br> KErrMsgBioMessageNotValid -90 </p>
<p>Etel Fax<br> KFaxErrModemNotWorking -101 The fax modem has failed <br> KFaxErrCannotConnect -102 <br> KFaxErrCSIorCIG -103 <br> KFaxErrDISorDTC -104 <br> KFaxErrFrameFail -105 The connection to the fax machine has been broken <br> KFaxErrAtNegotiatedSpeed -106 <br> KFaxErrCFR -107 <br> KFaxErrMCF -108 <br> KFaxErrCRP -109 <br> KFaxErrNoDial -110 Could not dial fax number <br> KFaxErrNoDialTone -111 No dial tone was detected <br> KFaxErrBusy -112 The line is busy <br> KFaxErrNoAnswer -113 The call was not answered <br> KFaxErrNoCarrier -114 The call was not answered by a fax machine <br> KFaxErrRemoteCannotReceive -115 Could not send to the fax machine. The fax machine is unable to receive faxes <br> KFaxErrCompression -116 Panic <br> KFaxErrPageTooLong -117 Panic <br> KFaxErrDCN -118 <br> KFaxErrRemoteDCN -119 <br> KFaxErrHDLC -120 <br> KFaxErrStopAndWait -121 Panic <br> KFaxErrTrainStop -122 <br> KFaxErrReceiveTimeout -123 Could not send to the fax machine. The connection has timed |
|