S60 3rd Edition API Reference: siperr.h File Reference

siperr.h File Reference

API published in: S60 3rd Ed

Link against: sipclient.lib

Capability Information

Required Capabilities

Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData



Detailed Description

PublishedAll
Released

#include <e32base.h>

Go to the source code of this file.


Variables

const TInt KErrSIPMalformedMessage = -17700
 SIP message was malformed.
const TInt KErrSIPInvalidRegistrarResponse = -17701
 Invalid SIP response received from registrar.
const TInt KErrSIPRequestPending = -17702
 SIP Request pending.
const TInt KErrSIPInvalidTransactionState = -17703
 The action cannot be performed in the current transaction state.
const TInt KErrSIPInvalidDialogState = -17704
 Not allowed in dialogs current state.
const TInt KErrSIPInvalidDialogRequest = -17705
 Invalid request in SIP dialog.
const TInt KErrSIPInvalidDialogResponse = -17706
 Invalid response in SIP dialog.
const TInt KErrSIPTransportFailure = -17707
 Sending a SIP message failed.
const TInt KErrSIPNoAckReceived = -17708
 No ACK was received after sending a 2xx response.
const TInt KErrSIPInvalidRegistrationState = -17709
 Not allowed in registration's current state.
const TInt KErrSIPInvalidContact = -17710
 The contact given did not contain user part.
const TInt KErrSIPResourceNotAvailable = -17711
 Object can't access a resource, since that has been deleted by user.
const TInt KErrSIPResolvingFailure = -17712
 DNS query for the remote address failed.
const TInt KErrSIPForbidden = -17713
 Authentication with a server failed.
const TInt KErrSIPMaxCompartmentsInUse = -17714
 Maximum number of allowed SigComp compartments exceeded.
const TInt KErrSIPTerminatedWithResponse = -17715
 Refresh initiated client transaction was terminated with a 3xx, 4xx, 5xx or 6xx response.
const TInt KErrSIPOutboundProxyNotResponding = -17716
 Provided SIP outbound proxy is not responding.
const TInt KErrSIPInvalidURIType = -17717
 The URI type is not allowed in some field of the particular SIP message.

Variable Documentation

const TInt KErrSIPForbidden = -17713
 

Authentication with a server failed.

const TInt KErrSIPInvalidContact = -17710
 

The contact given did not contain user part.

const TInt KErrSIPInvalidDialogRequest = -17705
 

Invalid request in SIP dialog.

const TInt KErrSIPInvalidDialogResponse = -17706
 

Invalid response in SIP dialog.

const TInt KErrSIPInvalidDialogState = -17704
 

Not allowed in dialogs current state.

const TInt KErrSIPInvalidRegistrarResponse = -17701
 

Invalid SIP response received from registrar.

const TInt KErrSIPInvalidRegistrationState = -17709
 

Not allowed in registration's current state.

const TInt KErrSIPInvalidTransactionState = -17703
 

The action cannot be performed in the current transaction state.

const TInt KErrSIPInvalidURIType = -17717
 

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.

const TInt KErrSIPMalformedMessage = -17700
 

SIP message was malformed.

const TInt KErrSIPMaxCompartmentsInUse = -17714
 

Maximum number of allowed SigComp compartments exceeded.

const TInt KErrSIPNoAckReceived = -17708
 

No ACK was received after sending a 2xx response.

const TInt KErrSIPOutboundProxyNotResponding = -17716
 

Provided SIP outbound proxy is not responding.

const TInt KErrSIPRequestPending = -17702
 

SIP Request pending.

const TInt KErrSIPResolvingFailure = -17712
 

DNS query for the remote address failed.

const TInt KErrSIPResourceNotAvailable = -17711
 

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 KErrSIPTerminatedWithResponse = -17715
 

Refresh initiated client transaction was terminated with a 3xx, 4xx, 5xx or 6xx response.

const TInt KErrSIPTransportFailure = -17707
 

Sending a SIP message failed.

For example ICMP error occured


Copyright © Nokia Corporation 2001-2007
Back to top