ws1-network/com.airwatch.gateway/GatewayStatusCodes
GatewayStatusCodes¶
open class GatewayStatusCodes
Status code for gateway initialization and shutdown.
Properties¶
| Name | Summary |
|---|---|
| LOCAL_PORT_UNAVAILABLE | val LOCAL_PORT_UNAVAILABLE: Int Error indicating the configured local proxy port is unavailable. |
| START_PROXY_ERROR_END | val START_PROXY_ERROR_END: Int Upper bound of the proxy-start error code range. |
| START_PROXY_ERROR_START | val START_PROXY_ERROR_START: Int A mask value added to all the error codes occurred while starting proxy when they are passed from the proxy to the application. |
| START_TUNNEL_SERVER_ERROR | val START_TUNNEL_SERVER_ERROR: Int Error indicating the tunnel server failed to start. |
| STATE_CONFIGURING | val STATE_CONFIGURING: Int Status indicating the gateway is being configured. |
| STATE_ESTABLISHING_CONNECTION | val STATE_ESTABLISHING_CONNECTION: Int Status indicating the gateway is establishing a connection. |
| STATE_STARTED | val STATE_STARTED: Int Status indicating the gateway (local proxy) has started. |
| STATE_STOPPED | val STATE_STOPPED: Int Status indicating the gateway (local proxy) has stopped. |
| TUNNEL_DISCONNECTED | val TUNNEL_DISCONNECTED: Int Status set when tunnel got disconnected. |
| UNABLE_TO_START_LOCAL_PROXY_SERVICE | val UNABLE_TO_START_LOCAL_PROXY_SERVICE: Int Error indicating the local proxy service could not be started. |