java.lang.Object | |
↳ | android.net.sip.SipErrorCode |
Defines error codes returned during SIP actions. For example, during
onRegistrationFailed()
,
onError()
,
onCallChangeFailed()
and
onRegistrationFailed()
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | CLIENT_ERROR | When some error occurs on the device, possibly due to a bug. | |||||||||
int | CROSS_DOMAIN_AUTHENTICATION | Cross-domain authentication required. | |||||||||
int | DATA_CONNECTION_LOST | When data connection is lost. | |||||||||
int | INVALID_CREDENTIALS | When invalid credentials are provided. | |||||||||
int | INVALID_REMOTE_URI | When the remote URI is not valid. | |||||||||
int | IN_PROGRESS | The client is in a transaction and cannot initiate a new one. | |||||||||
int | NO_ERROR | Not an error. | |||||||||
int | PEER_NOT_REACHABLE | When the peer is not reachable. | |||||||||
int | SERVER_ERROR | When server responds with an error. | |||||||||
int | SERVER_UNREACHABLE | When the server is not reachable. | |||||||||
int | SOCKET_ERROR | When some socket error occurs. | |||||||||
int | TIME_OUT | When the transaction gets timed out. | |||||||||
int | TRANSACTION_TERMINTED | When transaction is terminated unexpectedly. |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
When some error occurs on the device, possibly due to a bug.
Cross-domain authentication required.
When data connection is lost.
When invalid credentials are provided.
When the remote URI is not valid.
The client is in a transaction and cannot initiate a new one.
When the peer is not reachable.
When server responds with an error.
When the server is not reachable.
When some socket error occurs.
When the transaction gets timed out.
When transaction is terminated unexpectedly.