com.esri.arcgis.gisclient
Interface agsClientError

All Superinterfaces:
java.io.Serializable

public interface agsClientError
extends java.io.Serializable

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

Description: 'AGS Client 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 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.
static int AGS_E_REDIRECTION
          The connection URL is a redirection.
static int AGS_E_SERVICE_STARTED_WITH_ERRORS
          The service started with errors.
static int AGS_E_UPLOAD_IS_TOO_LARGE
          The file to upload is larger than the maximum upload size defined by the service.
 

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

AGS_E_SERVICE_STARTED_WITH_ERRORS

static final int AGS_E_SERVICE_STARTED_WITH_ERRORS
The service started with errors.

See Also:
Constant Field Values

AGS_E_REDIRECTION

static final int AGS_E_REDIRECTION
The connection URL is a redirection.

See Also:
Constant Field Values

AGS_E_UPLOAD_IS_TOO_LARGE

static final int AGS_E_UPLOAD_IS_TOO_LARGE
The file to upload is larger than the maximum upload size defined by the service.

See Also:
Constant Field Values