The members of Android.Net.Sip.SipErrorCode are listed below.
See Also: Inherited members from Java.Lang.Object
A constructor used when creating managed representations of JNI objects; called by the runtime. |
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. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
static | ToString(SipErrorCodes) |