Android.Net.Sip.SipErrorCode: Field Members

The fields of Android.Net.Sip.SipErrorCode are listed below. For a list of all members, see the SipErrorCode Members list.

See Also: Inherited members from Java.Lang.Object

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.