com.esri.arcgis.gisclient
Interface agsClientError

All Superinterfaces:
Serializable

public interface agsClientError
extends Serializable

AGS Client Error Codes.

Product Availability

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


Field Summary
static int AGS_E_CONNECTION_CANCELLED
          AGS Connection Dialog Cancelled
static int AGS_E_INSECURE_TOKENSERVICEURL
          Insecure (non-https) Token Service URL.
static int AGS_E_NO_CONNECT_INSECURE_TOKENSERVICEURL
          Did not connect due to insecure (non-https) Token Service URL.
 

Field Detail

AGS_E_CONNECTION_CANCELLED

static final int AGS_E_CONNECTION_CANCELLED
AGS Connection Dialog Cancelled

See Also:
Constant Field Values

AGS_E_INSECURE_TOKENSERVICEURL

static final int AGS_E_INSECURE_TOKENSERVICEURL
Insecure (non-https) Token Service URL.

See Also:
Constant Field Values

AGS_E_NO_CONNECT_INSECURE_TOKENSERVICEURL

static final int AGS_E_NO_CONNECT_INSECURE_TOKENSERVICEURL
Did not connect due to insecure (non-https) Token Service URL.

See Also:
Constant Field Values