|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.wimm.framework.service.NetworkService.Error
public static class NetworkService.Error
Values returned in the extra NetworkService.EXTRA_ERROR
.
Field Summary | |
---|---|
static int |
COMMAND_TIMEOUT
An async function did not callback. |
static int |
INTERFACE_NOT_CONFIGURED
The user has not configured this interface. |
static int |
INTERFACE_NOT_POWERED
The interface is not powered on. |
static int |
INTERNAL
The network service is in a bad state. |
static int |
NO_INTERNET_CONNECTION
A network connection exists, but we are unable to reach the internet. |
static int |
NONE
No error occurred. |
static int |
UNEXPECTED_DISCONNECT
The remote end dropped the connection. |
static int |
UNKNOWN
An unknown error occurred. |
Constructor Summary | |
---|---|
NetworkService.Error()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
public static final int UNKNOWN
public static final int INTERNAL
public static final int COMMAND_TIMEOUT
public static final int UNEXPECTED_DISCONNECT
public static final int INTERFACE_NOT_POWERED
public static final int INTERFACE_NOT_CONFIGURED
public static final int NO_INTERNET_CONNECTION
Constructor Detail |
---|
public NetworkService.Error()
|
WIMM Labs |
|||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |