android.net.sip
Class SipErrorCode

java.lang.Object
  extended by android.net.sip.SipErrorCode

public class SipErrorCode
extends Object


Field Summary
static int CLIENT_ERROR
           
static int CROSS_DOMAIN_AUTHENTICATION
           
static int DATA_CONNECTION_LOST
           
static int IN_PROGRESS
           
static int INVALID_CREDENTIALS
           
static int INVALID_REMOTE_URI
           
static int NO_ERROR
           
static int PEER_NOT_REACHABLE
           
static int SERVER_ERROR
           
static int SERVER_UNREACHABLE
           
static int SOCKET_ERROR
           
static int TIME_OUT
           
static int TRANSACTION_TERMINTED
           
 
Method Summary
static String toString(int errorCode)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_ERROR

public static final int NO_ERROR
See Also:
Constant Field Values

SOCKET_ERROR

public static final int SOCKET_ERROR
See Also:
Constant Field Values

SERVER_ERROR

public static final int SERVER_ERROR
See Also:
Constant Field Values

TRANSACTION_TERMINTED

public static final int TRANSACTION_TERMINTED
See Also:
Constant Field Values

CLIENT_ERROR

public static final int CLIENT_ERROR
See Also:
Constant Field Values

TIME_OUT

public static final int TIME_OUT
See Also:
Constant Field Values

INVALID_REMOTE_URI

public static final int INVALID_REMOTE_URI
See Also:
Constant Field Values

PEER_NOT_REACHABLE

public static final int PEER_NOT_REACHABLE
See Also:
Constant Field Values

INVALID_CREDENTIALS

public static final int INVALID_CREDENTIALS
See Also:
Constant Field Values

IN_PROGRESS

public static final int IN_PROGRESS
See Also:
Constant Field Values

DATA_CONNECTION_LOST

public static final int DATA_CONNECTION_LOST
See Also:
Constant Field Values

CROSS_DOMAIN_AUTHENTICATION

public static final int CROSS_DOMAIN_AUTHENTICATION
See Also:
Constant Field Values

SERVER_UNREACHABLE

public static final int SERVER_UNREACHABLE
See Also:
Constant Field Values
Method Detail

toString

public static String toString(int errorCode)


Copyright © 2008-2012. All Rights Reserved.