»
Symbian OS v9.3 »
Symbian OS reference »
C++ component reference »
Multimedia Protocols SIP_COM »
siperr.h Global variables
siperr.h Global variables
const TInt KErrSIPMalformedMessage;
Description
SIP message was malformed
KErrSIPInvalidRegistrarResponse
const TInt KErrSIPInvalidRegistrarResponse;
Description
Invalid SIP response received from registrar
const TInt KErrSIPRequestPending;
Description
SIP Request pending
KErrSIPInvalidTransactionState
const TInt KErrSIPInvalidTransactionState;
Description
The action cannot be performed in the current transaction state
KErrSIPInvalidDialogState
const TInt KErrSIPInvalidDialogState;
Description
Not allowed in dialogs current state
KErrSIPInvalidDialogRequest
const TInt KErrSIPInvalidDialogRequest;
Description
Invalid request in SIP dialog
KErrSIPInvalidDialogResponse
const TInt KErrSIPInvalidDialogResponse;
Description
Invalid response in SIP dialog
const TInt KErrSIPTransportFailure;
Description
Sending a SIP message failed. For example ICMP error occured
const TInt KErrSIPNoAckReceived;
Description
No ACK was received after sending a 2xx response
KErrSIPInvalidRegistrationState
const TInt KErrSIPInvalidRegistrationState;
Description
Not allowed in registration's current state
const TInt KErrSIPInvalidContact;
Description
The contact given did not contain user part
KErrSIPResourceNotAvailable
const TInt KErrSIPResourceNotAvailable;
Description
Object can't access a resource, since that has been deleted by user. The user is expected to delete this object as it can
no longer be used.
const TInt KErrSIPResolvingFailure;
Description
DNS query for the remote address failed
const TInt KErrSIPForbidden;
Description
Authentication with a server failed
KErrSIPMaxCompartmentsInUse
const TInt KErrSIPMaxCompartmentsInUse;
Description
Maximum number of allowed SigComp compartments exceeded
KErrSIPTerminatedWithResponse
const TInt KErrSIPTerminatedWithResponse;
Description
Refresh initiated client transaction was terminated with a 3xx, 4xx, 5xx or 6xx response.
KErrSIPOutboundProxyNotResponding
const TInt KErrSIPOutboundProxyNotResponding;
Description
Provided SIP outbound proxy is not responding
const TInt KErrSIPInvalidURIType;
Description
The URI type is not allowed in some field of the particular SIP message. Note that this does not mean that the URI type is
forbidden in general. For example Contact-header of an INVITE must always contain a SIP-URI. Any other types are rejected
with this error code.