com.esri.arcgis.geodatabase
Interface esriRepresentationError

All Superinterfaces:
Serializable

public interface esriRepresentationError
extends Serializable

ESRI Representation Error Types.

Product Availability

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


Field Summary
static int REP_E_CANT_ACQUIRE_SCHEMA_LOCK
          Can't acquire a schema lock.
static int REP_E_COMPRESSED_FEATURE_CLASS
          Cannot perform this operation on a compressed geodatabase.
static int REP_E_FEATURE_TYPE_NOT_SUPPORTED
          Feature type is not supported.
static int REP_E_FIELD_NAME_ALREADY_EXISTS
          A field already exists with this name.
static int REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS
          Geodatabase does not support representations.
static int REP_E_INVALID_LICENSE
          The application does not have the required license for this operation.
static int REP_E_INVALID_REP_RULE_ID
          Representation rule ID is not valid.
static int REP_E_MUST_BE_THE_OWNER
          Must be the owner to perform this operation.
static int REP_E_NAME_HAS_INVALID_CHARACTERS
          Name contains invalid characters.
static int REP_E_NO_REP_RULES
          Feature class representation has no representation rules.
static int REP_E_NO_REP_SYSTEM_TABLES
          No representation system tables.
static int REP_E_OBJECT_IS_DELETED
          Object is deleted.
static int REP_E_REP_CLASS_NAME_ALREADY_EXISTS
          A feature class representation already exists with this name.
static int REP_E_REP_CLASS_NOT_FOUND
          The feature class representation was not found.
static int REP_E_REP_IS_FREE_GRAPHICS
          Representation is based on a free graphic.
static int REP_E_REP_RULE_NAME_ALREADY_EXISTS
          Representation rule name is already used.
static int REP_E_REP_USES_REP_RULE
          Representation uses a representation rule.
static int REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION
          Workspace doesn't support the representation extension.
 

Field Detail

REP_E_INVALID_REP_RULE_ID

static final int REP_E_INVALID_REP_RULE_ID
Representation rule ID is not valid.

See Also:
Constant Field Values

REP_E_REP_RULE_NAME_ALREADY_EXISTS

static final int REP_E_REP_RULE_NAME_ALREADY_EXISTS
Representation rule name is already used.

See Also:
Constant Field Values

REP_E_REP_CLASS_NOT_FOUND

static final int REP_E_REP_CLASS_NOT_FOUND
The feature class representation was not found.

See Also:
Constant Field Values

REP_E_REP_IS_FREE_GRAPHICS

static final int REP_E_REP_IS_FREE_GRAPHICS
Representation is based on a free graphic.

See Also:
Constant Field Values

REP_E_REP_USES_REP_RULE

static final int REP_E_REP_USES_REP_RULE
Representation uses a representation rule.

See Also:
Constant Field Values

REP_E_CANT_ACQUIRE_SCHEMA_LOCK

static final int REP_E_CANT_ACQUIRE_SCHEMA_LOCK
Can't acquire a schema lock.

See Also:
Constant Field Values

REP_E_OBJECT_IS_DELETED

static final int REP_E_OBJECT_IS_DELETED
Object is deleted.

See Also:
Constant Field Values

REP_E_NO_REP_RULES

static final int REP_E_NO_REP_RULES
Feature class representation has no representation rules.

See Also:
Constant Field Values

REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION

static final int REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION
Workspace doesn't support the representation extension.

See Also:
Constant Field Values

REP_E_FEATURE_TYPE_NOT_SUPPORTED

static final int REP_E_FEATURE_TYPE_NOT_SUPPORTED
Feature type is not supported.

See Also:
Constant Field Values

REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS

static final int REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS
Geodatabase does not support representations.

See Also:
Constant Field Values

REP_E_NO_REP_SYSTEM_TABLES

static final int REP_E_NO_REP_SYSTEM_TABLES
No representation system tables.

See Also:
Constant Field Values

REP_E_REP_CLASS_NAME_ALREADY_EXISTS

static final int REP_E_REP_CLASS_NAME_ALREADY_EXISTS
A feature class representation already exists with this name.

See Also:
Constant Field Values

REP_E_FIELD_NAME_ALREADY_EXISTS

static final int REP_E_FIELD_NAME_ALREADY_EXISTS
A field already exists with this name.

See Also:
Constant Field Values

REP_E_NAME_HAS_INVALID_CHARACTERS

static final int REP_E_NAME_HAS_INVALID_CHARACTERS
Name contains invalid characters.

See Also:
Constant Field Values

REP_E_MUST_BE_THE_OWNER

static final int REP_E_MUST_BE_THE_OWNER
Must be the owner to perform this operation.

See Also:
Constant Field Values

REP_E_INVALID_LICENSE

static final int REP_E_INVALID_LICENSE
The application does not have the required license for this operation.

See Also:
Constant Field Values

REP_E_COMPRESSED_FEATURE_CLASS

static final int REP_E_COMPRESSED_FEATURE_CLASS
Cannot perform this operation on a compressed geodatabase.

See Also:
Constant Field Values