public class SipErrorCode extends Object
onRegistrationFailed()
,
onError()
,
onCallChangeFailed()
and
onRegistrationFailed()
.Modifier and Type | Field and Description |
---|---|
static int |
CLIENT_ERROR
When some error occurs on the device, possibly due to a bug.
|
static int |
CROSS_DOMAIN_AUTHENTICATION
Cross-domain authentication required.
|
static int |
DATA_CONNECTION_LOST
When data connection is lost.
|
static int |
IN_PROGRESS
The client is in a transaction and cannot initiate a new one.
|
static int |
INVALID_CREDENTIALS
When invalid credentials are provided.
|
static int |
INVALID_REMOTE_URI
When the remote URI is not valid.
|
static int |
NO_ERROR
Not an error.
|
static int |
PEER_NOT_REACHABLE
When the peer is not reachable.
|
static int |
SERVER_ERROR
When server responds with an error.
|
static int |
SERVER_UNREACHABLE
When the server is not reachable.
|
static int |
SOCKET_ERROR
When some socket error occurs.
|
static int |
TIME_OUT
When the transaction gets timed out.
|
static int |
TRANSACTION_TERMINTED
When transaction is terminated unexpectedly.
|
public static final int NO_ERROR
public static final int SOCKET_ERROR
public static final int SERVER_ERROR
public static final int TRANSACTION_TERMINTED
public static final int CLIENT_ERROR
public static final int TIME_OUT
public static final int INVALID_REMOTE_URI
public static final int PEER_NOT_REACHABLE
public static final int INVALID_CREDENTIALS
public static final int IN_PROGRESS
public static final int DATA_CONNECTION_LOST
public static final int CROSS_DOMAIN_AUTHENTICATION
public static final int SERVER_UNREACHABLE
public static String toString(int errorCode)