Location:
etel.h
Link against:
Most functions which return ETel error codes may also return
KErrNone
or another of the system-wide error codes.
const TInt KErrEtelNotCallOwner
The client is not the call owner and has attempted to perform an operation that requires ownership.
const TInt KErrEtelDuplicatePhoneName
An attempt has been made to load an ETel (TSY) module which contains a phone with the same name as one already loaded.
const TInt KErrEtelAlreadyCallOwner
An attempt has been made to acquire call ownership when the requesting client is already the call owner.
const TInt KErrEtelNoCarrier
A connection has been terminated because the carrier has been lost.
const TInt KErrEtelBusyDetected
An attempt to establish a connection with the RCall::Dial()
function has failed because the remote party’s line was busy.
const TInt KErrEtelNoClientInterestedInThisCall
An attempt has been made to transfer call ownership, but no other clients are interested in acquiring ownership.
const TInt KErrEtelInitialisationFailure
The TSY has failed to initialise the modem. This may be occur if the modem is disconnected during initialisation, or if an attempt is made to initialise an unsupported modem.
const TInt KErrEtelCallNotActive
An attempt has been made to perform an operation which requires the call
to be connected — when the call is not connected. E.g.
RCall:LoanDataPort()
.
const TInt KErrEtelNoDialTone
A connection request has failed because there is no dial tone. For example, if there is no connection between the modem and the network.
const TInt KErrEtelConfigPortFailure
An attempt to configure the port has failed because the hardware cannot match the desired configuration. For example, if an attempt is made to configure the comms port to a baud rate it cannot support.
const TInt KErrEtelFaxChunkNotCreated
Out of memory error — global chunk cannot be created.
const TInt KErrEtelNotFaxOwner
The client is not the fax owner and has attempted to perform an operation that requires fax ownership.
The fax client should be used to access fax functionality. Consequently, client code should not return this error.
const TInt KErrEtelPortNotLoanedToClient
An attempt has been made to perform an operation which requires port ownership. However, the client does not own the port.
const TInt KErrEtelWrongModemType
An operation has failed because the modem has been incorrectly configured.
const TInt KErrEtelUnknownModemCapability
An operation has failed because the modem does not understand the request — possible bug in modem.
const TInt KErrEtelAnswerAlreadyOutstanding
The call has already placed an ‘answer incoming call’ request. Only 1 request of a type (e.g. fax, voice, data) can be outstanding on the server at a time.
const TInt KErrEtelModemNotDetected
An attempt to establish a connection with the modem has failed because the modem cannot be detected.
const TInt KErrEtelModemSettingsCorrupt
Operation failed because the modem settings are corrupt.