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
const | ClientError | SipErrorCodes (-4). When some error occurs on the device, possibly due to a bug. |
const | CrossDomainAuthentication | SipErrorCodes (-11). Cross-domain authentication required. |
const | DataConnectionLost | SipErrorCodes (-10). When data connection is lost. |
const | InProgress | SipErrorCodes (-9). The client is in a transaction and cannot initiate a new one. |
const | InvalidCredentials | SipErrorCodes (-8). When invalid credentials are provided. |
const | InvalidRemoteUri | SipErrorCodes (-6). When the remote URI is not valid. |
const | NoError | SipErrorCodes (0). Not an error. |
const | PeerNotReachable | SipErrorCodes (-7). When the peer is not reachable. |
const | ServerError | SipErrorCodes (-2). When server responds with an error. |
const | ServerUnreachable | SipErrorCodes (-12). When the server is not reachable. |
const | SocketError | SipErrorCodes (-1). When some socket error occurs. |
const | TimeOut | SipErrorCodes (-5). When the transaction gets timed out. |
const | TransactionTerminted | SipErrorCodes (-3). When transaction is terminated unexpectedly. |