com.esri.arcgis.gisclient
Interface imsErrors

All Superinterfaces:
Serializable

public interface imsErrors
extends Serializable

IMS Error Codes.

Product Availability

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


Field Summary
static int IMS_E_ACCESS_DENIED
          Server denied the access to the requested service.
static int IMS_E_MISSING_SERVICENAME
          Service name is missing.
static int IMS_E_MISSING_URL
          URL is missing.
static int IMS_E_PROXY_AUTHENTICATION_FAILED
          Proxy authentication required.
static int IMS_E_UNABLE_TO_CONNECT
          Unable to connect to the server.
 

Field Detail

IMS_E_ACCESS_DENIED

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

See Also:
Constant Field Values

IMS_E_PROXY_AUTHENTICATION_FAILED

static final int IMS_E_PROXY_AUTHENTICATION_FAILED
Proxy authentication required.

See Also:
Constant Field Values

IMS_E_UNABLE_TO_CONNECT

static final int IMS_E_UNABLE_TO_CONNECT
Unable to connect to the server.

See Also:
Constant Field Values

IMS_E_MISSING_URL

static final int IMS_E_MISSING_URL
URL is missing.

See Also:
Constant Field Values

IMS_E_MISSING_SERVICENAME

static final int IMS_E_MISSING_SERVICENAME
Service name is missing.

See Also:
Constant Field Values