com.esri.arcgis.carto
Interface esriGraphicFeatureServerErrors

All Superinterfaces:
Serializable

public interface esriGraphicFeatureServerErrors
extends Serializable

GraphicFeatureServer Object Error Codes.

Product Availability

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


Field Summary
static int GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES
          Feature geometry coould not be applied, because Layer is Z-Aware and input geometry is not Z-Aware.
static int GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES
          Update on a Feature failed, because Layer is M-Aware and input geometry is not M-Aware.
static int GFS_E_LAYER_TABLE_NOT_EDITABLE
          Layer or table is not editable.
static int GFS_E_MISSING_PARAMETER
          A required parameter is missing.
static int GFS_E_NOLAYER_OR_TABLE_INITIALIZED
          No layer or table was initialized.
static int GFS_E_UNSUPPORTED_DATASOURCE_TYPE
          Datasource is unsupported.
 

Field Detail

GFS_E_MISSING_PARAMETER

static final int GFS_E_MISSING_PARAMETER
A required parameter is missing.

See Also:
Constant Field Values

GFS_E_UNSUPPORTED_DATASOURCE_TYPE

static final int GFS_E_UNSUPPORTED_DATASOURCE_TYPE
Datasource is unsupported.

See Also:
Constant Field Values

GFS_E_NOLAYER_OR_TABLE_INITIALIZED

static final int GFS_E_NOLAYER_OR_TABLE_INITIALIZED
No layer or table was initialized.

See Also:
Constant Field Values

GFS_E_LAYER_TABLE_NOT_EDITABLE

static final int GFS_E_LAYER_TABLE_NOT_EDITABLE
Layer or table is not editable.

See Also:
Constant Field Values

GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES

static final int GFS_E_FEATURE_UPDATE_FAILED_MISSING_M_VALUES
Update on a Feature failed, because Layer is M-Aware and input geometry is not M-Aware.

See Also:
Constant Field Values

GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES

static final int GFS_E_FEATURE_GEOMETRY_PUT_FAILED_FAILED_MISSING_Z_VALUES
Feature geometry coould not be applied, because Layer is Z-Aware and input geometry is not Z-Aware.

See Also:
Constant Field Values