com.esri.arcgis.gisclient
Interface wcsErrors

All Superinterfaces:
java.io.Serializable

public interface wcsErrors
extends java.io.Serializable

Constants from wcsErrors' enum. Generated 3/19/2015 1:20:40 PM from 'C:\ArcGIS\COM\esriGISClient.olb'

Description: 'WCS Error Codes.' Generator Options: PromptForTypeLibraries = False ClashPrefix = esri_ LowerCaseMemberNames = True IDispatchOnly = False RetryOnReject = False AwtForOcxs = True ArraysAsObjects = False DontRenameSameMethods = False ImplementConflictingInterfaces = True ReuseMethods = True RenameConflictingInterfaceMethods = True GenBeanInfo = True GenerateJavadoc =


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