API published in: S60 3rd Ed
Link against: sipclient.lib
Location NetworkControl NetworkServices ReadDeviceData WriteDeviceData
#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. | |
|
|
Authentication with a server failed. |
|
|
The contact given did not contain user part. |
|
|
Invalid request in SIP dialog. |
|
|
Invalid response in SIP dialog. |
|
|
Not allowed in dialogs current state. |
|
|
Invalid SIP response received from registrar. |
|
|
Not allowed in registration's current state. |
|
|
The action cannot be performed in the current transaction state. |
|
|
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. |
|
|
SIP message was malformed. |
|
|
Maximum number of allowed SigComp compartments exceeded. |
|
|
No ACK was received after sending a 2xx response. |
|
|
Provided SIP outbound proxy is not responding. |
|
|
SIP Request pending. |
|
|
DNS query for the remote address failed. |
|
|
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. |
|
|
Refresh initiated client transaction was terminated with a 3xx, 4xx, 5xx or 6xx response. |
|
|
Sending a SIP message failed. For example ICMP error occured |