com.esri.arcgis.geodatabasedistributed
Interface esriGeoDataServerErrors

All Superinterfaces:
java.io.Serializable

public interface esriGeoDataServerErrors
extends java.io.Serializable

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

Description: 'GeoDataServer Object 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 GDS_E_CANNOT_ACCESS_REPLICA
          Cannot access the replca.
static int GDS_E_CANTEXPORT_TO_NONCOMPRESSED_FILEGDB
          The export operation failed because it is invalid to specify File GDB as format and not compress it (generates a directory).
static int GDS_E_CANTIMPORT_ACKMSG_AS_DATACHANGESMSG
          Invalid argument.
static int GDS_E_FAILURE_IN_UNREGISTERING_REPLICA
          Failure while unregsitering replca.
static int GDS_E_IMPORTDATAWS_CONFLICTS_FOUND
          The import data failed because there are existing datasets whose names collide with those being imported.
static int GDS_E_IMPORTXMLWS_CONFLICTS_FOUND
          The import xml workspace document failed because there are existing datasets whose names collide with those being imported.
static int GDS_E_INVALID_COUNT_REQUESTED
          Invalid count requested (result portion info).
static int GDS_E_INVALID_FORMAT_FOR_CREATEREPLICA
          The specified format is invalid for the create replica method.
static int GDS_E_INVALID_RECONCILE_POLICY_FOR_DIRECTION
          The reconcile policy is invalid for the specified synchronization direction.
static int GDS_E_INVALID_START_INDEX
          Invalid start index (result portion info).
static int GDS_E_MISSING_PARAMETER
          A required parameter is missing.
static int GDS_E_NULL_QUERYID
          The query ID is null (result portion info).
static int GDS_E_REPLICAS_DONT_MATCH
          The specified replicas don't form a replica pair.
static int GDS_E_REQUESTEDCOUNT_TOO_LARGE
          The requested count is too large (result portion info).
static int GDS_E_SYNCH_DIRECTION_BOTH_INVALID_FOR_CHECKOUTS
          esriReplicaSynchronizeBoth is an invalid synchronize direction for checkouts.
 

Field Detail

GDS_E_IMPORTXMLWS_CONFLICTS_FOUND

static final int GDS_E_IMPORTXMLWS_CONFLICTS_FOUND
The import xml workspace document failed because there are existing datasets whose names collide with those being imported.

See Also:
Constant Field Values

GDS_E_CANTEXPORT_TO_NONCOMPRESSED_FILEGDB

static final int GDS_E_CANTEXPORT_TO_NONCOMPRESSED_FILEGDB
The export operation failed because it is invalid to specify File GDB as format and not compress it (generates a directory).

See Also:
Constant Field Values

GDS_E_REQUESTEDCOUNT_TOO_LARGE

static final int GDS_E_REQUESTEDCOUNT_TOO_LARGE
The requested count is too large (result portion info).

See Also:
Constant Field Values

GDS_E_INVALID_FORMAT_FOR_CREATEREPLICA

static final int GDS_E_INVALID_FORMAT_FOR_CREATEREPLICA
The specified format is invalid for the create replica method.

See Also:
Constant Field Values

GDS_E_MISSING_PARAMETER

static final int GDS_E_MISSING_PARAMETER
A required parameter is missing.

See Also:
Constant Field Values

GDS_E_CANTIMPORT_ACKMSG_AS_DATACHANGESMSG

static final int GDS_E_CANTIMPORT_ACKMSG_AS_DATACHANGESMSG
Invalid argument. Expected a data changes message, but received an acknowledgement message.

See Also:
Constant Field Values

GDS_E_INVALID_COUNT_REQUESTED

static final int GDS_E_INVALID_COUNT_REQUESTED
Invalid count requested (result portion info).

See Also:
Constant Field Values

GDS_E_INVALID_START_INDEX

static final int GDS_E_INVALID_START_INDEX
Invalid start index (result portion info).

See Also:
Constant Field Values

GDS_E_NULL_QUERYID

static final int GDS_E_NULL_QUERYID
The query ID is null (result portion info).

See Also:
Constant Field Values

GDS_E_INVALID_RECONCILE_POLICY_FOR_DIRECTION

static final int GDS_E_INVALID_RECONCILE_POLICY_FOR_DIRECTION
The reconcile policy is invalid for the specified synchronization direction.

See Also:
Constant Field Values

GDS_E_REPLICAS_DONT_MATCH

static final int GDS_E_REPLICAS_DONT_MATCH
The specified replicas don't form a replica pair.

See Also:
Constant Field Values

GDS_E_SYNCH_DIRECTION_BOTH_INVALID_FOR_CHECKOUTS

static final int GDS_E_SYNCH_DIRECTION_BOTH_INVALID_FOR_CHECKOUTS
esriReplicaSynchronizeBoth is an invalid synchronize direction for checkouts.

See Also:
Constant Field Values

GDS_E_IMPORTDATAWS_CONFLICTS_FOUND

static final int GDS_E_IMPORTDATAWS_CONFLICTS_FOUND
The import data failed because there are existing datasets whose names collide with those being imported.

See Also:
Constant Field Values

GDS_E_CANNOT_ACCESS_REPLICA

static final int GDS_E_CANNOT_ACCESS_REPLICA
Cannot access the replca.

See Also:
Constant Field Values

GDS_E_FAILURE_IN_UNREGISTERING_REPLICA

static final int GDS_E_FAILURE_IN_UNREGISTERING_REPLICA
Failure while unregsitering replca.

See Also:
Constant Field Values