com.esri.arcgis.gisclient
Interface wmsErrors

All Superinterfaces:
Serializable

public interface wmsErrors
extends Serializable

WMS Error Codes.

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.


Field Summary
static int WMSCONN_E_ACCESS_DENIED
          Server denied the access to the requested service.
static int WMSCONN_E_INCORRECT_URL
          Incorrect URL.
static int WMSCONN_E_MISSING_SERVICENAME
          Service name is missing.
static int WMSCONN_E_MISSING_URL
          URL is missing.
static int WMSCONN_E_PROXY_AUTHENTICATION_FAILED
          Proxy authentication required.
static int WMSCONN_E_SERVER_NOT_AVAILABLE
          Server not available.
static int WMSCONN_E_UNABLE_TO_CONNECT
          Unable to connect to the server.
 

Field Detail

WMSCONN_E_ACCESS_DENIED

static final int WMSCONN_E_ACCESS_DENIED
Server denied the access to the requested service.

See Also:
Constant Field Values

WMSCONN_E_PROXY_AUTHENTICATION_FAILED

static final int WMSCONN_E_PROXY_AUTHENTICATION_FAILED
Proxy authentication required.

See Also:
Constant Field Values

WMSCONN_E_UNABLE_TO_CONNECT

static final int WMSCONN_E_UNABLE_TO_CONNECT
Unable to connect to the server.

See Also:
Constant Field Values

WMSCONN_E_MISSING_URL

static final int WMSCONN_E_MISSING_URL
URL is missing.

See Also:
Constant Field Values

WMSCONN_E_MISSING_SERVICENAME

static final int WMSCONN_E_MISSING_SERVICENAME
Service name is missing.

See Also:
Constant Field Values

WMSCONN_E_INCORRECT_URL

static final int WMSCONN_E_INCORRECT_URL
Incorrect URL.

See Also:
Constant Field Values

WMSCONN_E_SERVER_NOT_AVAILABLE

static final int WMSCONN_E_SERVER_NOT_AVAILABLE
Server not available.

See Also:
Constant Field Values