Fields Summary |
---|
public static final int | NO_ERRORNot an error. |
public static final int | SOCKET_ERRORWhen some socket error occurs. |
public static final int | SERVER_ERRORWhen server responds with an error. |
public static final int | TRANSACTION_TERMINTEDWhen transaction is terminated unexpectedly. |
public static final int | CLIENT_ERRORWhen some error occurs on the device, possibly due to a bug. |
public static final int | TIME_OUTWhen the transaction gets timed out. |
public static final int | INVALID_REMOTE_URIWhen the remote URI is not valid. |
public static final int | PEER_NOT_REACHABLEWhen the peer is not reachable. |
public static final int | INVALID_CREDENTIALSWhen invalid credentials are provided. |
public static final int | IN_PROGRESSThe client is in a transaction and cannot initiate a new one. |
public static final int | DATA_CONNECTION_LOSTWhen data connection is lost. |
public static final int | CROSS_DOMAIN_AUTHENTICATIONCross-domain authentication required. |
public static final int | SERVER_UNREACHABLEWhen the server is not reachable. |