com.esri.arcgis.geodatabase
Interface esriRepresentationError

All Superinterfaces:
java.io.Serializable

public interface esriRepresentationError
extends java.io.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
           
static int REP_E_COMPRESSED_FEATURE_CLASS
           
static int REP_E_FEATURE_TYPE_NOT_SUPPORTED
           
static int REP_E_FIELD_NAME_ALREADY_EXISTS
           
static int REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS
           
static int REP_E_INVALID_LICENSE
           
static int REP_E_INVALID_REP_RULE_ID
           
static int REP_E_MUST_BE_THE_OWNER
           
static int REP_E_NAME_HAS_INVALID_CHARACTERS
           
static int REP_E_NO_REP_RULES
           
static int REP_E_NO_REP_SYSTEM_TABLES
           
static int REP_E_OBJECT_IS_DELETED
           
static int REP_E_REP_CLASS_NAME_ALREADY_EXISTS
           
static int REP_E_REP_CLASS_NOT_FOUND
           
static int REP_E_REP_IS_FREE_GRAPHICS
           
static int REP_E_REP_RULE_NAME_ALREADY_EXISTS
           
static int REP_E_REP_USES_REP_RULE
           
static int REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION
           
 

Field Detail

REP_E_INVALID_REP_RULE_ID

public static final int REP_E_INVALID_REP_RULE_ID
See Also:
Constant Field Values

REP_E_REP_RULE_NAME_ALREADY_EXISTS

public static final int REP_E_REP_RULE_NAME_ALREADY_EXISTS
See Also:
Constant Field Values

REP_E_REP_CLASS_NOT_FOUND

public static final int REP_E_REP_CLASS_NOT_FOUND
See Also:
Constant Field Values

REP_E_REP_IS_FREE_GRAPHICS

public static final int REP_E_REP_IS_FREE_GRAPHICS
See Also:
Constant Field Values

REP_E_REP_USES_REP_RULE

public static final int REP_E_REP_USES_REP_RULE
See Also:
Constant Field Values

REP_E_CANT_ACQUIRE_SCHEMA_LOCK

public static final int REP_E_CANT_ACQUIRE_SCHEMA_LOCK
See Also:
Constant Field Values

REP_E_OBJECT_IS_DELETED

public static final int REP_E_OBJECT_IS_DELETED
See Also:
Constant Field Values

REP_E_NO_REP_RULES

public static final int REP_E_NO_REP_RULES
See Also:
Constant Field Values

REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION

public static final int REP_E_WORKSPACE_DOESNT_SUPPORT_REP_EXTENSION
See Also:
Constant Field Values

REP_E_FEATURE_TYPE_NOT_SUPPORTED

public static final int REP_E_FEATURE_TYPE_NOT_SUPPORTED
See Also:
Constant Field Values

REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS

public static final int REP_E_GEODATABASE_DOESNT_SUPPORT_REPRESENTATIONS
See Also:
Constant Field Values

REP_E_NO_REP_SYSTEM_TABLES

public static final int REP_E_NO_REP_SYSTEM_TABLES
See Also:
Constant Field Values

REP_E_REP_CLASS_NAME_ALREADY_EXISTS

public static final int REP_E_REP_CLASS_NAME_ALREADY_EXISTS
See Also:
Constant Field Values

REP_E_FIELD_NAME_ALREADY_EXISTS

public static final int REP_E_FIELD_NAME_ALREADY_EXISTS
See Also:
Constant Field Values

REP_E_NAME_HAS_INVALID_CHARACTERS

public static final int REP_E_NAME_HAS_INVALID_CHARACTERS
See Also:
Constant Field Values

REP_E_MUST_BE_THE_OWNER

public static final int REP_E_MUST_BE_THE_OWNER
See Also:
Constant Field Values

REP_E_INVALID_LICENSE

public static final int REP_E_INVALID_LICENSE
See Also:
Constant Field Values

REP_E_COMPRESSED_FEATURE_CLASS

public static final int REP_E_COMPRESSED_FEATURE_CLASS
See Also:
Constant Field Values