Symbian
Symbian OS Library

SYMBIAN OS V9.3

[Index] [Spacer] [Previous] [Next]



Location: siperr.h

siperr.h Global variables


KErrSIPMalformedMessage

const TInt KErrSIPMalformedMessage;

Description

SIP message was malformed

[Top]


KErrSIPInvalidRegistrarResponse

const TInt KErrSIPInvalidRegistrarResponse;

Description

Invalid SIP response received from registrar

[Top]


KErrSIPRequestPending

const TInt KErrSIPRequestPending;

Description

SIP Request pending

[Top]


KErrSIPInvalidTransactionState

const TInt KErrSIPInvalidTransactionState;

Description

The action cannot be performed in the current transaction state

[Top]


KErrSIPInvalidDialogState

const TInt KErrSIPInvalidDialogState;

Description

Not allowed in dialogs current state

[Top]


KErrSIPInvalidDialogRequest

const TInt KErrSIPInvalidDialogRequest;

Description

Invalid request in SIP dialog

[Top]


KErrSIPInvalidDialogResponse

const TInt KErrSIPInvalidDialogResponse;

Description

Invalid response in SIP dialog

[Top]


KErrSIPTransportFailure

const TInt KErrSIPTransportFailure;

Description

Sending a SIP message failed. For example ICMP error occured

[Top]


KErrSIPNoAckReceived

const TInt KErrSIPNoAckReceived;

Description

No ACK was received after sending a 2xx response

[Top]


KErrSIPInvalidRegistrationState

const TInt KErrSIPInvalidRegistrationState;

Description

Not allowed in registration's current state

[Top]


KErrSIPInvalidContact

const TInt KErrSIPInvalidContact;

Description

The contact given did not contain user part

[Top]


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.

[Top]


KErrSIPResolvingFailure

const TInt KErrSIPResolvingFailure;

Description

DNS query for the remote address failed

[Top]


KErrSIPForbidden

const TInt KErrSIPForbidden;

Description

Authentication with a server failed

[Top]


KErrSIPMaxCompartmentsInUse

const TInt KErrSIPMaxCompartmentsInUse;

Description

Maximum number of allowed SigComp compartments exceeded

[Top]


KErrSIPTerminatedWithResponse

const TInt KErrSIPTerminatedWithResponse;

Description

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

[Top]


KErrSIPOutboundProxyNotResponding

const TInt KErrSIPOutboundProxyNotResponding;

Description

Provided SIP outbound proxy is not responding

[Top]


KErrSIPInvalidURIType

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.