com.esri.arcgis.geodatabasedistributed
Interface esriDisconnectedEditingError

All Superinterfaces:
Serializable

public interface esriDisconnectedEditingError
extends Serializable

Disconnected editing error codes.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux


Field Summary
static int E_CAN_NOT_REUSE_SCHEMA_OF_VERSIONED_DATA
          Cannot reuse schema of versioned data during extracting or checking out data.
static int E_CAN_NOT_REUSE_SCHEMA_WITH_OUTPUT_SPATIAL_REFERENCE
          Cannot reuse schema with an output spatial reference.
static int E_CHECK_IN_INVALID_GEODATABASE
          Invalid CheckOut Geodatabase.
static int E_CHECK_IN_NOT_SUPPORTED_IN_RELEASE
          Checking in data is not supported on this geodatabase release.
static int E_CHECK_OUT_INVALID_DATA
          Cannot checkout readonly or non versioned data.
static int E_CHECK_OUT_INVALID_SOURCE_WORKSPACE
          Cannot checkout personal or ArcSDE release prior to (1, 3, 0).
static int E_CHECK_OUT_NON_VERSIONED_DATA
          Cannot check out non versioned data.
static int E_CHECK_OUT_NOT_SUPPORTED_IN_RELEASE
          Creating check-outs is not supported on this geodatabase release.
static int E_CHECK_OUT_UNREGISTER_FAILED
          Failed to unregisted check-out.
static int E_GEODATABASE_HAS_CHECK_OUT
          Geodatabase has already a checkout data.
static int E_INVALID_REPLICA_DESCRIPTION
          Replica description object is not properly initialized.
static int E_SYNCHRONIZE_INVALID_RELEASES
          Geodatabase releases of the master geodatabase and the checkout geodatabase should match.
static int E_UPDATEGRAM_TOPOLOGY_DEFINITION_ACCESSING
          Error in accessing UpdateGram's Topology Definition element.
static int S_DE_OK
          Successful Disconnected Editing operation.
 

Field Detail

S_DE_OK

static final int S_DE_OK
Successful Disconnected Editing operation.

See Also:
Constant Field Values

E_CHECK_OUT_NON_VERSIONED_DATA

static final int E_CHECK_OUT_NON_VERSIONED_DATA
Cannot check out non versioned data.

See Also:
Constant Field Values

E_CHECK_IN_INVALID_GEODATABASE

static final int E_CHECK_IN_INVALID_GEODATABASE
Invalid CheckOut Geodatabase.

See Also:
Constant Field Values

E_GEODATABASE_HAS_CHECK_OUT

static final int E_GEODATABASE_HAS_CHECK_OUT
Geodatabase has already a checkout data.

See Also:
Constant Field Values

E_INVALID_REPLICA_DESCRIPTION

static final int E_INVALID_REPLICA_DESCRIPTION
Replica description object is not properly initialized.

See Also:
Constant Field Values

E_CHECK_OUT_NOT_SUPPORTED_IN_RELEASE

static final int E_CHECK_OUT_NOT_SUPPORTED_IN_RELEASE
Creating check-outs is not supported on this geodatabase release.

See Also:
Constant Field Values

E_CHECK_IN_NOT_SUPPORTED_IN_RELEASE

static final int E_CHECK_IN_NOT_SUPPORTED_IN_RELEASE
Checking in data is not supported on this geodatabase release.

See Also:
Constant Field Values

E_CAN_NOT_REUSE_SCHEMA_OF_VERSIONED_DATA

static final int E_CAN_NOT_REUSE_SCHEMA_OF_VERSIONED_DATA
Cannot reuse schema of versioned data during extracting or checking out data.

See Also:
Constant Field Values

E_CHECK_OUT_INVALID_DATA

static final int E_CHECK_OUT_INVALID_DATA
Cannot checkout readonly or non versioned data.

See Also:
Constant Field Values

E_CAN_NOT_REUSE_SCHEMA_WITH_OUTPUT_SPATIAL_REFERENCE

static final int E_CAN_NOT_REUSE_SCHEMA_WITH_OUTPUT_SPATIAL_REFERENCE
Cannot reuse schema with an output spatial reference.

See Also:
Constant Field Values

E_CHECK_OUT_UNREGISTER_FAILED

static final int E_CHECK_OUT_UNREGISTER_FAILED
Failed to unregisted check-out.

See Also:
Constant Field Values

E_CHECK_OUT_INVALID_SOURCE_WORKSPACE

static final int E_CHECK_OUT_INVALID_SOURCE_WORKSPACE
Cannot checkout personal or ArcSDE release prior to (1, 3, 0).

See Also:
Constant Field Values

E_SYNCHRONIZE_INVALID_RELEASES

static final int E_SYNCHRONIZE_INVALID_RELEASES
Geodatabase releases of the master geodatabase and the checkout geodatabase should match.

See Also:
Constant Field Values

E_UPDATEGRAM_TOPOLOGY_DEFINITION_ACCESSING

static final int E_UPDATEGRAM_TOPOLOGY_DEFINITION_ACCESSING
Error in accessing UpdateGram's Topology Definition element.

See Also:
Constant Field Values