Android.Net.Sip.SipErrorCode Members

The members of Android.Net.Sip.SipErrorCode are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Fields

const
ClientErrorSipErrorCodes (-4). When some error occurs on the device, possibly due to a bug.
const
CrossDomainAuthenticationSipErrorCodes (-11). Cross-domain authentication required.
const
DataConnectionLostSipErrorCodes (-10). When data connection is lost.
const
InProgressSipErrorCodes (-9). The client is in a transaction and cannot initiate a new one.
const
InvalidCredentialsSipErrorCodes (-8). When invalid credentials are provided.
const
InvalidRemoteUriSipErrorCodes (-6). When the remote URI is not valid.
const
NoErrorSipErrorCodes (0). Not an error.
const
PeerNotReachableSipErrorCodes (-7). When the peer is not reachable.
const
ServerErrorSipErrorCodes (-2). When server responds with an error.
const
ServerUnreachableSipErrorCodes (-12). When the server is not reachable.
const
SocketErrorSipErrorCodes (-1). When some socket error occurs.
const
TimeOutSipErrorCodes (-5). When the transaction gets timed out.
const
TransactionTermintedSipErrorCodes (-3). When transaction is terminated unexpectedly.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

Public Methods