com.esri.arcgis.geodatabasedistributed
Interface esriGeoDataServerErrors

All Superinterfaces:
Serializable

public interface esriGeoDataServerErrors
extends Serializable

GeoDataServer Object Error Codes.

Product Availability

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


Field Summary
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_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