com.esri.arcgis.gisclient
Interface wcsErrors

All Superinterfaces:
Serializable

public interface wcsErrors
extends Serializable

WCS Error Codes.

Product Availability

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


Field Summary
static int WCSCONN_E_ACCESS_DENIED
          Server denied the access to the requested service.
static int WCSCONN_E_INCORRECT_URL
          Incorrect URL.
static int WCSCONN_E_MISSING_SERVICENAME
          Service name is missing.
static int WCSCONN_E_MISSING_URL
          URL is missing.
static int WCSCONN_E_PROXY_AUTHENTICATION_FAILED
          Proxy authentication required.
static int WCSCONN_E_SERVER_NOT_AVAILABLE
          Server not available.
static int WCSCONN_E_UNABLE_TO_CONNECT
          Unable to connect to the server.
 

Field Detail

WCSCONN_E_ACCESS_DENIED

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

See Also:
Constant Field Values

WCSCONN_E_PROXY_AUTHENTICATION_FAILED

static final int WCSCONN_E_PROXY_AUTHENTICATION_FAILED
Proxy authentication required.

See Also:
Constant Field Values

WCSCONN_E_UNABLE_TO_CONNECT

static final int WCSCONN_E_UNABLE_TO_CONNECT
Unable to connect to the server.

See Also:
Constant Field Values

WCSCONN_E_MISSING_URL

static final int WCSCONN_E_MISSING_URL
URL is missing.

See Also:
Constant Field Values

WCSCONN_E_MISSING_SERVICENAME

static final int WCSCONN_E_MISSING_SERVICENAME
Service name is missing.

See Also:
Constant Field Values

WCSCONN_E_INCORRECT_URL

static final int WCSCONN_E_INCORRECT_URL
Incorrect URL.

See Also:
Constant Field Values

WCSCONN_E_SERVER_NOT_AVAILABLE

static final int WCSCONN_E_SERVER_NOT_AVAILABLE
Server not available.

See Also:
Constant Field Values