ArcEngine错误提示

2023-05-16

整理了一下Arcgisengine错误代码,希望能帮到大家

错误代码错误描述错误名称
HRESULT:0x80040201“Failed to load a resource (string, icon, bitmap, etc).”LOADING_RESOURCE
HRESULT:0x80040202The index passed was not within the valid range.INDEX_OUT_OF_RANGE
HRESULT:0x80040203The operation is not supported by this implementation.NOT_SUPPORTED
HRESULT:0x80040204There is not enough storage space to complete the operation.NOT_ENOUGH_SPACE
HRESULT:0x80040205The user does not have permission to execute the operation.NO_PERMISSION
HRESULT:0x80040206“Signals that an implementation specific error has occurred and that the client should inspect the error object for additional errors. For example, SDE API errors.”IMPLEMENTATION
HRESULT:0x80040207An invalid SQL statement was used.INVALID_SQL
HRESULT:0x80040208A networking error occurred.NETWORK
HRESULT:0x80040209A date conversion error has occurred.DATE_CONVERSION
HRESULT:0x8004020AThe object has been deleted and is no longer valid.OBJECT_IS_DELETED
HRESULT:0x8004020BThe workspace is of the wrong type.WORKSPACE_NOT_COMPATIBLE
HRESULT:0x8004020CModifications to the object are not allowed.OBJECT_IS_READONLY
HRESULT:0x8004020DObject is busy.OBJECT_IN_USE
HRESULT:0x8004020EMaximum number of objects reached.OBJECT_MAX_REACHED
HRESULT:0x8004020FObject is currently locked.OBJECT_IS_LOCKED
HRESULT:0x80040210Invalid envelope encountered.INVALID_ENVELOPE
HRESULT:0x80040211File read/write error occurred.FILE_IO
HRESULT:0x80040212A product licensing error occurred.LICENSE_FAILURE
HRESULT:0x80040213An underlying database error occurred.DBMS_ERROR
HRESULT:0x80040214An error occurred trying to coerce data from one type to another.COERCING
HRESULT:0x80040215A general data binding error occurred.BINDING
HRESULT:0x80040216Cannot acquire a schema lock because of an existing lock.SCHEMA_LOCK_CONFLICT
HRESULT:0x80040217Must be the owner to do this operation.MUST_BE_OWNER
HRESULT:0x80040218Object has no schema locks.OBJECT_NOT_LOCKED
HRESULT:0x80040219Connection to Esri OLE DB provider is invalid.ESRI_PROVIDER_CONNECT_INVALID
HRESULT:0x8004021ASDE Connection dialog is cancelled.CONNECTION_CANCELLED
HRESULT:0x8004021BThis release of the Geodatabase is not up to date.INVALID_RELEASE
HRESULT:0x8004021CGeodatabase System Tables not found.NO_SYSTEM_TABLES
HRESULT:0x8004021DConflicting connection parameters.CONNECT_PARAMETERS_CONFLICT
HRESULT:0x8004021EGeodatabase FieldInfo system table inconsistent.FIELDINFO_SYSTEM_TABLE_INCONSISTENCY
HRESULT:0x8004021FThe application is not licensed to edit this type of data .NO_EDIT_LICENSE
HRESULT:0x80040220The application is not licensed to create or modify schema for this type of data.NO_SCHEMA_LICENSE
HRESULT:0x80040221The application does not have the required license for this operation.NO_OPERATION_LICENSE
HRESULT:0x80040222The current operation cannot be undone.OPERATION_CANNOT_BE_UNDONE
HRESULT:0x80040223The current operation requires an edit operation.EDIT_OPERATION_REQUIRED
HRESULT:0x80040224The reconcile operation cannot be undone.RECONCILE_CANNOT_BE_UNDONE
HRESULT:0x80040225The object is not initialized.OBJECT_NOT_INITIALIZED
HRESULT:0x80040226The integer requires a 64-bit representation.INTEGER_REQUIRES_64BITS
HRESULT:0x80040227Syntax error.SYNTAX_ERROR
HRESULT:0x80040228License not intialized.LICENSE_NOT_INITIALIZED
HRESULT:0x80040229Maximum table size has been exceeded.TABLE_SIZE_EXCEEDED
HRESULT:0x8004022ACannot access secured data.SECURED_DATA_NO_ACCESS
HRESULT:0x8004022BAn SQL statement containing comment and/or semicolon was used.INVALID_SQLQUERY
HRESULT:0x8004022CThe name is invalid.INVALID_NAME
HRESULT:0x8004022DCannot acquire a lock.LOCK_CONFLICT
HRESULT:0x8004022EUpgrade will need write access to the geodatabase to successfully complete.UPGRADE_NEEDS_WRITE_ACCESS
HRESULT:0x8004022FFIDs in FIDSet must not be negative.NEGATIVE_FID
HRESULT:0x80040230This version of the Geodatabase client is incompatible with the dataset and cannot open it.INCOMPATIBLE_CLIENT_VERSION
HRESULT:0x80040231This functionality is only supported on a Geodatabase release of ArcGIS 10.0 or greater.NEW_SCHEMA_REQUIRED
HRESULT:0x80040232The connection format cannot be made forward compatible.NON_FORWARD_COMPATIBLE_CONNECTION
HRESULT:0x80040251The workspace is not connected.WORKSPACE_NOT_CONNECTED
HRESULT:0x80040252The workspace is already connected.WORKSPACE_ALREADY_CONNECTED
HRESULT:0x80040253The server was not found.SERVER_NOT_FOUND
HRESULT:0x80040254“The server was found, but is not available at this time.”SERVER_NOT_AVAILABLE
HRESULT:0x80040255The server does not allow anymore connections at this time.SERVER_MAX_CONNECTIONS
HRESULT:0x80040256The user and/or password is invalid.USER_INVALID
HRESULT:0x80040257The user does not have access to the workspace.USER_NOACCESS
HRESULT:0x80040258The database was not found.DATABASE_NOT_FOUND
HRESULT:0x80040259“The database was found, but is not available at this time.”DATABASE_NOT_AVAILABLE
HRESULT:0x8004025AThe workspace already exists.WORKSPACE_ALREADY_EXISTS
HRESULT:0x8004025BUnable to instantiate workspace extension component.WORKSPACE_EXTENSION_CREATE_FAILED
HRESULT:0x8004025CUnable to initialize workspace extension.WORKSPACE_EXTENSION_INIT_FAILED
HRESULT:0x8004025DFailed sending dataset created notification to workspace extension.WORKSPACE_EXTENSION_DATASET_CREATE_FAILED
HRESULT:0x8004025EFailed sending dataset renamed notification to workspace extension.WORKSPACE_EXTENSION_DATASET_RENAME_FAILED
HRESULT:0x8004025FFailed sending dataset deleted notification to workspace extension.WORKSPACE_EXTENSION_DATASET_DELETE_FAILED
HRESULT:0x80040260Illegal duplicate workspace extension name.WORKSPACE_EXTENSION_DUP_NAME
HRESULT:0x80040261Illegal duplicate workspace extension guid.WORKSPACE_EXTENSION_DUP_GUID
HRESULT:0x80040262Altering workspace extension registration requires Geodatabase DBA priveleges.WORKSPACE_EXTENSION_NO_REG_PRIV
HRESULT:0x80040263Workspace or data source is read only.WORKSPACE_READONLY
HRESULT:0x80040264The dataset is not supported at the workspace level.DATASET_NOT_SUPPORTED_AT_WORKSPACE_LEVEL
HRESULT:0x80040265Workspace does not support Keyset Table.WORKSPACE_NO_KEYSETTABLEMANAGER
HRESULT:0x80040266Keyset table was not returned.WORKSPACE_NO_KEYSETTABLE
HRESULT:0x80040267Returned Keyset id is invalid.WORKSPACE_INVALID_KEYSETID
HRESULT:0x80040268A missing or bad connection property was encountered.WORKSPACEFACTORY_BAD_CONNECTIONPROPERTY
HRESULT:0x80040269Workspace extensions are not supported.WORKSPACE_EXTENSION_NOT_SUPPORTED
HRESULT:0x8004026AFailed sending dataset modified notification to workspace extension.WORKSPACE_EXTENSION_DATASET_MODIFY_FAILED
HRESULT:0x8004026BWorkspace has no spatial type.WORKSPACE_NO_SPATIAL_TYPE
HRESULT:0x8004026BThe historical marker already exists.HISTORICAL_MARKER_ALREADY_EXISTS
HRESULT:0x80040301The dataset was not found.DATASET_NOT_FOUND
HRESULT:0x80040302The dataset name is invalid.DATASET_INVALID_NAME
HRESULT:0x80040303The dataset already exists.DATASET_ALREADY_EXISTS
HRESULT:0x80040304Cannot rename the dataset with objects already open.DATASET_CANNOT_RENAME
HRESULT:0x80040305Invalid dataset type.DATASET_INVALID_TYPE
HRESULT:0x80040306Cannot delete the dataset.DATASET_CANNOT_DELETE
HRESULT:0x80040307Cannot find the specified feature dataset extension type.DATASET_EXTENSION_TYPE_NOT_FOUND
HRESULT:0x80040308The paste operation on the dataset is not supported in the target release of the Geodatabase.DATASET_PASTE_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80040309Cannot rename the dataset.DATASET_CANNOT_RENAME_NOT_SUPPORTED
HRESULT:0x8004030AUnable to instantiate dataset extension component.DATASET_EXTENSION_CREATE_FAILED
HRESULT:0x8004030BUnable to initialize dataset extension.DATASET_EXTENSION_INIT_FAILED
HRESULT:0x8004030CCannot create a low precision dataset in a high precision database.CANNOT_CREATE_LOW_PREC_DATASET_IN_HIGH_PREC_DB
HRESULT:0x8004030DCannot create a high precision dataset in a low precision database.CANNOT_CREATE_HIGH_PREC_DATASET_IN_LOW_PREC_DB
HRESULT:0x8004030EThe dataset type is not present in the database.DATASET_TYPE_NOT_PRESENT
HRESULT:0x8004030FCannot copy a feature class without all associated controllers.CANNOT_COPY_CLASS_WITHOUT_ALL_CONTROLLERS
HRESULT:0x80040310The dataset type is not supported in this release of the Geodatabase.DATASET_TYPE_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80040311The dataset has an invalid definition.DATASET_INVALID_DEFINITION
HRESULT:0x80040312The dataset has an invalid id.DATASET_INVALID_ID
HRESULT:0x80040313Cannot rename a dataset that is being edited.CANNOT_RENAME_WHILE_EDITING
HRESULT:0x80040314Cannot update the schema of a dataset that is being edited.CANNOT_MODIFY_SCHEMA_WHILE_EDITING
HRESULT:0x80040315The dataset is unknown to this version of the Geodatabase client and cannot be opened.INCOMPATIBLE_CLIENT_CANNOT_OPEN_DATASET
HRESULT:0x80040351The table was not found.TABLE_NOT_FOUND
HRESULT:0x80040352The table name is invalid.TABLE_INVALID_NAME
HRESULT:0x80040353The table already exists.TABLE_ALREADY_EXISTS
HRESULT:0x80040354The table does not have an ObjectID field.TABLE_NO_OID_FIELD
HRESULT:0x80040355The configuration keyword is invalid.TABLE_INVALID_KEYWORD
HRESULT:0x80040356The table is not multiversioned.TABLE_NOT_VERSIONED
HRESULT:0x80040357Cannot create a table with a duplicate column.TABLE_DUPLICATE_COLUMN
HRESULT:0x80040358A column was specified that does not exist.TABLE_COLUMN_NOT_FOUND
HRESULT:0x80040359Cannot access this table because it is in use.TABLE_IN_USE
HRESULT:0x8004035AThe maximum record length has been exceeded.TABLE_RECORD_LENGTH_EXCEEDED
HRESULT:0x8004035BThe table is multiversioned.TABLE_VERSIONED
HRESULT:0x8004035CThe table is moving edits to base.TABLE_MOVINGEDITSTOBASE
HRESULT:0x8004035DThe table has archiving enabled.TABLE_ARCHIVING
HRESULT:0x8004035EThe table does not have archiving enabled.TABLE_NOT_ARCHIVING
HRESULT:0x8004035FThe table is historical and is read-only.TABLE_READONLY_HISTORICAL
HRESULT:0x80040360The table does not have attachments.TABLE_NO_ATTACHMENTS
HRESULT:0x80040361Table attachments not supported in this release of the Geodatabase.TABLE_ATTACHMENTS_NOT_SUPPORTED
HRESULT:0x80040362This feature class is based upon a table view and thus cannot be analyzed.TABLE_CANNOT_ANALYZE_TABLE_VIEW
HRESULT:0x80040363The table does not have a Global ID field.TABLE_NO_GLOBALID_FIELD
HRESULT:0x80040364Attachments are not supported on attachment tables.ATTACHMENTS_ON_ATTACHMENT_TABLE_NOT_SUPPORTED
HRESULT:0x80040365Table is not empty.TABLE_NOT_EMPTY
HRESULT:0x80040366Attachments only supported on geodatabases.ATTACHMENTS_ONLY_ON_GEODATABASES
HRESULT:0x80040401The feature class was not found.FEATURECLASS_NOT_FOUND
HRESULT:0x80040402The feature class’s extent could not be retrieved or is invalid.FEATURECLASS_BAD_EXTENT
HRESULT:0x80040403Invalid feature class name.FEATURECLASS_INVALID_NAME
HRESULT:0x80040404The feature class already exists.FEATURECLASS_ALREADY_EXISTS
HRESULT:0x80040405The feature class is currently in load-only mode.FEATURECLASS_LOAD_MODE
HRESULT:0x80040406The feature class is in a geometric network and cannot be deleted.FEATURECLASS_NETWORK_CANNOT_DELETE
HRESULT:0x80040407The feature class’ default subtype code cannot be retrieved or is invalid.FEATURECLASS_BAD_DEFAULT_SUBTYPE_CODE
HRESULT:0x80040408The feature class does not have a specified subtype field.FEATURECLASS_NO_SUBTYPE_FIELD
HRESULT:0x80040409The orphan junction featureclass cannot be renamed.FEATURECLASS_NETWORK_CANNOT_RENAME
HRESULT:0x8004040AThe feature class already has the specified subtype.FEATURECLASS_SUBTYPE_EXISTS
HRESULT:0x8004040BThe feature dataset is not editable.FEATURECLASS_FD_NOT_EDITABLE
HRESULT:0x8004040CThe subtype field on a feature class cannot be renamed.FEATURECLASS_SUBTYPE_FIELD_CANNOT_RENAME
HRESULT:0x8004040DThe specified subtype code is either too large or small to represent.SUBTYPE_CODE_INVALID
HRESULT:0x8004040EThe specified subtype code does not exist.SUBTYPE_CODE_DOES_NOT_EXIST
HRESULT:0x8004040FThe value of the subtype code is NULL.SUBTYPE_CODE_IS_NULL
HRESULT:0x80040410The value of the subtype code is not a long or short integer.SUBTYPE_CODE_NOT_INTEGER
HRESULT:0x80040411The feature class does not have a shape column.FEATURECLASS_NO_SHAPE_COLUMN
HRESULT:0x80040412The feature class is in a topology and cannot be deleted.FEATURECLASS_TOPOLOGY_CANNOT_DELETE
HRESULT:0x80040413The subtype code is associated with a topology rule.SUBTYPE_CODE_HAS_ASSOCIATED_TOPOLOGY_RULE
HRESULT:0x80040414The subtype code is in use and cannot be deleted.SUBTYPE_IN_USE_CANNOT_DELETE
HRESULT:0x80040415The subtype code cannot be added.SUBTYPE_CANNOT_ADD
HRESULT:0x80040416The spatial cache’s extent is empty or has not been set.SPATIAL_CACHE_EMPTY_EXTENT
HRESULT:0x80040417The feature class is already a member of the specified controller.FEATURECLASS_MEMBER_OF_CONTROLLER
HRESULT:0x80040418The feature class participates in a geometric network that could not be opened.FEATURECLASS_CANT_OPEN_GEOMETRICNETWORK
HRESULT:0x80040419The feature class participates in a topology that could not be opened.FEATURECLASS_CANT_OPEN_TOPOLOGY
HRESULT:0x8004041AThe feature class is in a network dataset and cannot be deleted.FEATURECLASS_NETWORK_DATASET_CANNOT_DELETE
HRESULT:0x8004041BInsufficient privileges to perform the operation.FEATURECLASS_INSUFFICIENT_PRIVILEGE
HRESULT:0x80040451The planargraph was not found.PLANARGRAPH_NOT_FOUND
HRESULT:0x80040501The geometric network was not found.GEOMETRICNETWORK_NOT_FOUND
HRESULT:0x80040502Error adding a feature to a network.ADD_FEATURE_TO_NETWORK
HRESULT:0x80040503Error creating a logical network.CREATE_LOGICAL_NETWORK
HRESULT:0x80040504The geometric network already exists.GEOMETRICNETWORK_ALREADY_EXISTS
HRESULT:0x80040505Geometry corresponding to edge element may not be zero length.ZERO_LENGTH_EDGE_ELEMENT
HRESULT:0x80040506Cannot rename a geometric network.GEOMETRICNETWORK_CANNOT_RENAME
HRESULT:0x80040507Inconsistent elements in the geometric network.GEOMETRICNETWORK_ELEMENT_INCONSISTENCY
HRESULT:0x80040508Feature classes in a geometric network must have homogeneous support for Zs on geometry.NETWORK_FEATURES_HAVE_HOMOGENEOUS_Z_SUPPORT
HRESULT:0x80040509There is no error table associated with the geometric network.NO_ASSOCIATED_ERROR_TABLE
HRESULT:0x8004050AThere is no point geometry associated with the feature element.FEATURE_ELEMENT_MISSING_POINT_GEOMETRY
HRESULT:0x8004050BFeature classes in a geometric network must have homogeneous support for Ms on geometry.NETWORK_FEATURES_HAVE_HOMOGENEOUS_M_SUPPORT
HRESULT:0x8004050CAn existing class has the same name as the orphan junction feature class.CLASS_EXISTS_WITH_ORPHAN_JUNCTION_CLASS_NAME
HRESULT:0x8004050DThe geometric network name is invalid.GEOMETRICNETWORK_INVALID_NAME
HRESULT:0x8004050EThe specified field cannot be part of a weight association.INVALID_FIELD_FOR_WEIGHT_ASSOCIATION
HRESULT:0x8004050FThe specified class cannot be part of a weight association.INVALID_CLASS_FOR_WEIGHT_ASSOCIATION
HRESULT:0x80040510The connected feature does not exist.CONNECTED_FEATURE_DOES_NOT_EXIST
HRESULT:0x80040511Error opening a logical network.OPEN_LOGICAL_NETWORK
HRESULT:0x80040512A network feature has a network element whose id is larger than the maximum eid value in the PROPS table.NETWORK_ELEMENT_ID_BEYOND_MAX
HRESULT:0x80040513Edge endpoint is not coincident with junction.EDGE_ENDPOINT_NOT_COINCIDENT
HRESULT:0x80040514Cannot delete populated feature class from a geometric network.CANNOT_DELETE_POPULATED_FEATURE_CLASS
HRESULT:0x80040515Cannot delete the orphan junction class from a geometric network.CANNOT_DELETE_ORPHAN_JUNCTION_CLASS
HRESULT:0x80040516Empty geometric network is not allowed.EMPTY_GEOMETRICNETWORK_IS_NOT_ALLOWED
HRESULT:0x80040551The dataset does not support editing.DATASET_UNEDITABLE
HRESULT:0x80040552Error starting an edit session.START_EDITING
HRESULT:0x80040553Error saving an edit session.SAVE_EDIT_SESSION
HRESULT:0x80040554Error stopping an edit session with save edits.STOP_EDITING_WITH_SAVE
HRESULT:0x80040555Error stopping an edit session with discard edits.STOP_EDITING_WITH_DISCARD
HRESULT:0x80040556This operation is not allowed while editing.NOT_ALLOWED_WHILE_EDITING
HRESULT:0x80040557Error in cleaning coverage during save.COULD_NOT_CLEAN_COVERAGE
HRESULT:0x80040558No valid InteGrateable Feature layers within Feature Dataset.NO_INTEGRATEABLE_LAYERS
HRESULT:0x80040559Invalid Topology.INVALID_TOPOLOGY
HRESULT:0x8004055AOperation only allowed while editing.NOT_EDITING
HRESULT:0x8004055BError in encoding INFO item during save.COULD_NOT_ENCODE_INFO_ITEM
HRESULT:0x8004055CNode must intersect an arc feature.NODE_NOT_ON_ARC
HRESULT:0x8004055DCannot remove last label from polygon.CANNOT_REMOVE_LAST_LABEL
HRESULT:0x8004055ECannot move label out of polygon.CANNOT_MOVE_LABEL_OUT_OF_POLYGON
HRESULT:0x8004055F“Label no longer within valid polygon, deleting.”INVALID_POLYGON_LABEL_DELETED
HRESULT:0x80040560Operations that break coverage topology are not supported.CANNOT_BREAK_TOPOLOGY
HRESULT:0x80040561Coverage labels cannot be created in the universe polygon.CANNOT_CREATE_UNIVERSE_LABEL
HRESULT:0x80040562Coverage labels in the universe polygon cannot be moved.CANNOT_MOVE_UNIVERSE_LABELS
HRESULT:0x80040563Invalid geometry.INVALID_GEOMETRY
HRESULT:0x80040564Corupted Coverage.CORUPTED_COVERAGE
HRESULT:0x80040565Duplicate Field Names within Table.DUPLICATE_FIELD_NAMES
HRESULT:0x80040566Cannot edit features with Z values.CANNOT_EDIT_ZS
HRESULT:0x80040567“No newly added features, after PolygonSplitLines.”NO_POLYGONS_CREATED
HRESULT:0x80040568Unable to save edits because an incorrect edit operation could not be completely rolled back.ABORT_EDITS_FAILED
HRESULT:0x80040569Unable to save edits because of failure in flushing edits to the database.FLUSH_EDITS_FAILED
HRESULT:0x8004056AUnable to edit the table or feature class because it has a unique index on a non OID field.CANNOT_EDIT_TABLE_WITH_UNIQ_USER_INDEX
HRESULT:0x8004056BUnable to edit the dataset because it contains a table or feature class with a unique index on a non OID field.CANNOT_EDIT_DATASET_WITH_UNIQ_USER_INDEX
HRESULT:0x8004056CCannot rebuild polygons from current topology elements.CANNOT_REBUILD_POLYGONS
HRESULT:0x8004056DUser transaction not allowed at this time.USERTRANSACTION_NOT_ALLOWED
HRESULT:0x8004056EThe object cannot be edited using the current edit session mode.NOT_EDITABLE_EDITSESSIONMODE
HRESULT:0x8004056FCannot edit compressed data.CANNOT_EDIT_COMPRESSED_DATASET
HRESULT:0x80040570Cannot update compressed data.CANNOT_UPDATE_COMPRESSED_DATASET
HRESULT:0x80040571Cannot use compressed data for this operation.COMPRESSED_DATASET_NOT_SUPPORTED
HRESULT:0x80040572Invalid operation for edit session mode.INVALID_OPERATION_FOR_EDITSESSIONMODE
HRESULT:0x80040573FileGDB compression is not installed.COMPRESSED_DATASET_NOT_INSTALLED
HRESULT:0x80040574The modified geometry must be a copy.MODIFIED_GEOMETRY_MUST_BE_COPY
HRESULT:0x80040575The modified geometry must be a copy.PENDING_BACKGROUND_PROCESSES
HRESULT:0x80040576Cannot Start/Stop editing while there is pending Feature/Record set input..PENDING_GEOPROCESSING_INPUT
HRESULT:0x80040601This property does not have a SubType.PROPERTY_NO_SUBTYPE
HRESULT:0x80040602The property was not found.PROPERTY_NOT_FOUND
HRESULT:0x80040651A general error when something is wrong with a Field.FIELD_INVALID
HRESULT:0x80040652The name of the Field is unacceptable.FIELD_INVALID_NAME
HRESULT:0x80040653An expected Field was not found or could not be retrieved properly.FIELD_NOT_FOUND
HRESULT:0x80040654The Field already exists.FIELD_ALREADY_EXISTS
HRESULT:0x80040655The Field type is invalid or unsupported for the operation.FIELD_INVALID_TYPE
HRESULT:0x80040656“The Field type does not support the current operation. For example, attempting to set OID field to NULL.”FIELD_UNSUPPORTED_OPERATION
HRESULT:0x80040657The GeometryType property of the Field is invalid or unsupported for this operation.FIELD_INVALID_GEOMETRY_TYPE
HRESULT:0x80040658The Field is not editable.FIELD_NOT_EDITABLE
HRESULT:0x80040659The Field is not nullable.FIELD_NOT_NULLABLE
HRESULT:0x8004065AThe Field corresponds to a weight and may not be deleted.FIELD_CANNOT_DELETE_WEIGHT_FIELD
HRESULT:0x8004065BThe Field is required and may not be deleted.FIELD_CANNOT_DELETE_REQUIRED_FIELD
HRESULT:0x8004065CThe Field is a subtype field and may not be deleted.FIELD_CANNOT_DELETE_SUBTYPE_FIELD
HRESULT:0x8004065DThe Field is the last remaining field and may not be deleted.FIELD_CANNOT_DELETE_LAST_FIELD
HRESULT:0x8004065EThe Field is the keyword the destination DBMS.FIELD_IS_KEYWORD
HRESULT:0x8004065FThe field cannot be deleted because it is being used as a relationship key.FIELD_CANNOT_DELETE_RELKEY_FIELD
HRESULT:0x80040660The shape field is missing the geometry def.FIELD_MISSING_GEOMETRY_DEF
HRESULT:0x80040661The field is used as a relationship key.FIELD_IS_RELKEY_FIELD
HRESULT:0x80040662The field is used by Editor Tracking.FIELD_USED_BY_EDITOR_TRACKING
HRESULT:0x80040663The field is used to define subtypes.FIELD_IS_SUBTYPE_FIELD
HRESULT:0x80040664The field is used to define a network ancillary role.FIELD_IS_NETWORK_ANCILLARY_FIELD
HRESULT:0x80040665The field corresponds to a weight.FIELD_IS_WEIGHT_FIELD
HRESULT:0x80040666The field is an enabled field associated with a network element.FIELD_IS_ENABLED_FIELD
HRESULT:0x80040667The field is required.FIELD_IS_REQUIRED_FIELD
HRESULT:0x80040701A general error when something is wrong with the Fields collection.FIELDS_INVALID
HRESULT:0x80040702An expected Fields collection was not found or could not be retrieved properly.FIELDS_NOT_FOUND
HRESULT:0x80040703The Fields collection did not contain an expected geometry field.FIELDS_NO_GEOMETRY
HRESULT:0x80040704The Fields collection did not contain an expected OID field.FIELDS_NO_OID
HRESULT:0x80040705The Fields collection contained multiple OID fields.FIELDS_MULTIPLE_OIDS
HRESULT:0x80040706The Fields collection contained multiple geometry fields.FIELDS_MULTIPLE_GEOMETRIES
HRESULT:0x80040707Another field within the class already has this model name.FIELDS_MODEL_NAME_ALREADY_EXISTS
HRESULT:0x80040708The Fields collection contained multiple raster fields.FIELDS_MULTIPLE_RASTERS
HRESULT:0x80040709The Fields collection contained multiple GlobalID fields.FIELDS_MULTIPLE_GLOBALIDS
HRESULT:0x8004070AThe Fields collection is empty.FIELDS_EMPTY
HRESULT:0x80040751The operation requires a different index type.INDEX_WRONG_TYPE
HRESULT:0x80040752The index already exists.INDEX_ALREADY_EXISTS
HRESULT:0x80040753The index was not found.INDEX_NOT_FOUND
HRESULT:0x80040754This type of index is not allowed.INDEX_NOT_ALLOWED
HRESULT:0x80040801Unable to find a required metadata table.METADATA_TABLE_NOT_FOUND
HRESULT:0x80040802A required Field in a metadata table could not be located.METADATA_FIELD_NOT_FOUND
HRESULT:0x80040803An error occurred adding an entry to the ESRI_DATASETS table.METADATA_ADDING_DATASET
HRESULT:0x80040804An error occurred while adding an entry to the FEATUREDATASET_CLASSES or the FEATURECLASSES table.METADATA_ADDING_FEATURECLASS
HRESULT:0x80040805The CLSID read from the FEATURECLASSES table was bad (unable to convert using ::CLSIDFromString).METADATA_BAD_CLSID
HRESULT:0x80040851The operation does not support this spatial relationship.SPATIALREL_NOT_SUPPORTED
HRESULT:0x80040852The spatial relationship is unknown or not defined.SPATIALREL_UNKNOWN
HRESULT:0x80040853The operation does not support this feature type.FEATURETYPE_NOT_SUPPORTED
HRESULT:0x80040854The feature type is unknown or not defined.FEATURETYPE_UNKNOWN
HRESULT:0x80040855The operation does not support this dataset type.DATASETTYPE_NOT_SUPPORTED
HRESULT:0x80040856The dataset type is unknown or not defined.DATASETTYPE_UNKNOWN
HRESULT:0x80040857The operation does not support this draw style.DRAWSTYLE_NOT_SUPPORTED
HRESULT:0x80040858The draw style is unknown or not defined.DRAWSTYLE_UNKNOWN
HRESULT:0x80040859The operation does not support this draw phase.DRAWPHASE_NOT_SUPPORTED
HRESULT:0x8004085AThe draw phase is unknown or not defined.DRAWPHASE_UNKNOWN
HRESULT:0x80040901No support for this geometry type.GEOMETRY_TYPE_NOT_SUPPORTED
HRESULT:0x80040902Multipart edge feature geometries not supported.MULTIPART_EDGE_FEATURE_NOT_SUPPORTED
HRESULT:0x80040903Geometry has no M values.GEOMETRY_HAS_NO_M_VALUES
HRESULT:0x80040904Geometry has no Z values.GEOMETRY_HAS_NO_Z_VALUES
HRESULT:0x80040905Geometry has null Z values.GEOMETRY_HAS_NULL_Z_VALUES
HRESULT:0x80040906Geometry is not simple.GEOMETRY_NOT_SIMPLE
HRESULT:0x80040907Geometry cannot have Z values.GEOMETRY_CANNOT_HAVE_Z_VALUES
HRESULT:0x80040908Spatial reference (projection) related error.GEOMETRY_SPATIAL_REFERENCE
HRESULT:0x80040909Geometry is missing required spatial reference.GEOMETRY_MISSING_SPATIAL_REFERENCE
HRESULT:0x8004090APolylines with vertical segments cannot be stored in pre-10.0 geodatabase feature classes.CANT_STORE_VERTICAL_SEGMENT
HRESULT:0x80040951The row object does not support the IRowSetup interface.ROW_NO_SETUPINTERFACE
HRESULT:0x80040952A requested row object could not be located.ROW_NOT_FOUND
HRESULT:0x80040953The row does not have an OID.ROW_NO_OID
HRESULT:0x80040954Cannot determine the row’s ObjectClass.ROW_NO_OBJCLASS
HRESULT:0x80040955The row contains a bad value.ROW_BAD_VALUE
HRESULT:0x80040956A row with this OID already exists.ROW_ALREADY_EXISTS
HRESULT:0x80040957Cannot compare incompatible types.COMPARE_TYPE_MISMATCH
HRESULT:0x80040958Cannot call Store on a recycled row while editing.CANNOT_STORE_RECYCLED_ROW_IN_EDIT_SESSION
HRESULT:0x80041001The feature object does not have annotation.FEATURE_NO_ANNO
HRESULT:0x80041002The feature object does not have a valid shape.FEATURE_BAD_SHAPE
HRESULT:0x80041003The feature falls outside the defined spatial reference.FEATURE_OUTSIDE_SPATIALREF
HRESULT:0x80041004The feature is mutually exclusive. Cannot update shape.FEATURE_SHAPE_UPDATE_BLOCKED
HRESULT:0x80041005Failed to update feature’s area/length field in response to shape update.FEATURE_AREA_LENGTH_UPDATE_FAILED
HRESULT:0x80041006On Delete Message returned failure.ON_DELETE_MESSAGE_FAILED
HRESULT:0x80041007Failed to delete part objects for composite object.DELETE_PART_OBJECTS_FAILED
HRESULT:0x80041008Failed to delete relationships for object.DELETE_RELATIONSHIPS_FAILED
HRESULT:0x80041009On Changed message returned failure.ON_CHANGED_MESSAGE_FAILED
HRESULT:0x8004100AFailed to move related features.MOVE_RELATED_FEATURES_FAILED
HRESULT:0x8004100BFailed to rotate related features.ROTATE_RELATED_FEATURES_FAILED
HRESULT:0x8004100CThe feature has been deleted.FEATURE_DELETED
HRESULT:0x8004100DThe value type is incompatible.FEATURE_VALUE_TYPE_MISMATCH
HRESULT:0x8004100EThe required custom complex junction was not implemented.CUSTOM_COMPLEX_JUNCTION_NOT_IMPLEMENTED
HRESULT:0x8004100FA requested feature object could not be located.FEATURE_NOT_FOUND
HRESULT:0x80041010The split operation is not supported on the selected feature’s geometry type.SPLIT_NOT_SUPPORTED_ON_GEOMETRY_TYPE
HRESULT:0x80041011Splitting a polygon requires a polyline splitter.SPLITTING_POLYGONS_REQUIRES_POLYLINE
HRESULT:0x80041012Splitting a polyline requires a point splitter.SPLITTING_POLYLINES_REQUIRES_POINT
HRESULT:0x80041013Split point results in a zero length polyline.SPLIT_POINT_YIELDS_ZERO_LENGTH_POLYLINE
HRESULT:0x80041014Cutting polyline results in zero area polygon.CUTTER_YIELDS_ZERO_AREA_POLYGON
HRESULT:0x80041015The feature does not have any associated geometry.FEATURE_NO_GEOMETRY
HRESULT:0x80041016A required interface on the feature was not found.REQUIRED_INTERFACE_NOT_FOUND
HRESULT:0x80041017A required connection point on a complex junction was not found.REQUIRED_CONNECTION_POINT_NOT_FOUND
HRESULT:0x80041018The geometry for a complex junction connection point is invalid.INVALID_CONNECTION_POINT_GEOMETRY
HRESULT:0x80041019The feature has empty geometry.FEATURE_EMPTY_GEOMETRY
HRESULT:0x80041051“This type of cursor does not support this operation. For example, calling UpdateRow on a read-only cursor.”CURSOR_WRONG_TYPE
HRESULT:0x80041052The cursor is in an invalid state.CURSOR_INVALID
HRESULT:0x80041053The cursor has completed and is at the end.CURSOR_FINISHED
HRESULT:0x80041054The cursor cannot aquire a lock against the data.CURSOR_LOCKED
HRESULT:0x80041055The cursor has been invalidated because the edit operation has stopped.CURSOR_INVALIDATED
HRESULT:0x80041101The ID of the version is bad.VERSION_BAD_NAME
HRESULT:0x80041102“The current version does not support editing (base, consistent, or closed).”VERSION_UNEDITABLE
HRESULT:0x80041103This operation is not allowed using conflicting versions.VERSION_HAS_CONFLICTS
HRESULT:0x80041104The version already exists.VERSION_ALREADY_EXISTS
HRESULT:0x80041105The version has been redefined to reference a new database state.VERSION_REDEFINED
HRESULT:0x80041106The version could not be located.VERSION_NOT_FOUND
HRESULT:0x80041107The version’s internal state ID is invalid.VERSION_INVALID_STATE
HRESULT:0x80041108Operation only allowed by the owner of the version.VERSION_NOT_OWNER
HRESULT:0x80041109Operation only allowed on versions without children.VERSION_HAS_CHILDREN
HRESULT:0x8004110AThe version has not been reconciled.VERSION_NOT_RECONCILED
HRESULT:0x8004110BOperation not allowed because the version is protected.VERSION_IS_PROTECTED
HRESULT:0x8004110COperation not allowed because the version is in use.VERSION_IN_USE
HRESULT:0x8004110DOperation not allowed while the version is being edited.VERSION_BEING_EDITED
HRESULT:0x8004110EOperation not allowed while the version is being reconciled.VERSION_BEING_RECONCILED
HRESULT:0x8004110FUnable to reconcile: the target version is currently being reconciled against.RECONCILE_VERSION_NOT_AVAILABLE
HRESULT:0x80041110Post not allowed after undoing a reconcile.VERSION_RECONCILE_LOST
HRESULT:0x80041111Unable to reconcile : Failed filtering conflicts.FAILED_FILTERING_CONFLICTS
HRESULT:0x80041112Unable to reconcile : Reconcile version is not an ancestor.RECONCILE_VERSION_NOT_ANCESTOR
HRESULT:0x80041113Version cannot be reconciled.VERSION_CANNOT_BE_RECONCILED
HRESULT:0x80041114Version cannot be reconciled.VERSION_NOT_HISTORICAL
HRESULT:0x80041115The version can only be reconciled with its parent.VERSION_REQUIRES_PARENT_RECONCILE
HRESULT:0x80041151DataSource could not be locked.DATASOURCE_LOCK_FAILED
HRESULT:0x80041152DataSource lock could not be released.DATASOURCE_RELEASELOCK_FAILED
HRESULT:0x80041153DataSource is being used in another application.DATASOURCE_INUSE_ELSEWHERE
HRESULT:0x80041201The xy units are invalid.INVALID_UNITS
HRESULT:0x80041202The spatial index grid size is invalid.INVALID_GRID_SIZE
HRESULT:0x80041203The spatial references do not match.SPATIALREF_MISMATCH
HRESULT:0x80041204Invalid spatial reference.SPATIALREF_INVALID
HRESULT:0x80041205The M domain is invalid.INVALID_M_DOMAIN
HRESULT:0x80041206The spatial reference cannot be altered.CANNOT_ALTER_SPATIALREF
HRESULT:0x80041207No spatial reference exists.NO_SPATIALREF
HRESULT:0x80041208High precision spatial reference not supported.HIGH_PRECISION_SR_NOT_SUPPORTED
HRESULT:0x80041209Low precision spatial reference not supported.LOW_PRECISION_SR_NOT_SUPPORTED
HRESULT:0x8004120AThe precision cannot be altered.CANNOT_ALTER_PRECISION
HRESULT:0x8004120BThe spatial reference precision models do not match.SPATIALREF_PRECISION_MISMATCH
HRESULT:0x8004120CThe resolution value must be larger than zero.NEGATIVE_RESOLUTION
HRESULT:0x8004120DThe resolution value does not match permissible values.RESOLUTION_DOES_NOT_MATCH_PERMISSIBLE_VALUE
HRESULT:0x8004120EThe XY domain is invalid.INVALID_XY_DOMAIN
HRESULT:0x8004120FEvery grid size must be at least three times larger than the preceding grid size.GRID_SIZE_TOO_SMALL
HRESULT:0x80041210The Z domain is invalid.INVALID_Z_DOMAIN
HRESULT:0x80041211The spatial reference z values do not match.SPATIALREF_Z_MISMATCH
HRESULT:0x80041251The spatial filter is invalid.SPATIALFILTER_INVALID
HRESULT:0x80041252The geometry property of the spatial filter is invalid.SPATIALFILTER_INVALID_GEOMETRY
HRESULT:0x80041253The spatial relation property of the spatial filter is invalid.SPATIALFILTER_INVALID_SPATIAL_RELATION
HRESULT:0x80041301Selection sets do not match.SELECTION_MISMATCH
HRESULT:0x80041302Selection type is invalid.SELECTION_INVALID_TYPE
HRESULT:0x80041303No selectable layers.SELECTION_NO_SELECTABLE_LAYERS
HRESULT:0x80041351Unable to instantiate object class instance COM component.OBJECTCLASS_COULD_NOT_CREATE_CLASS_INSTANCE
HRESULT:0x80041352Unable to instantiate object class extension COM component.OBJECTCLASS_COULD_NOT_CREATE_CLASS_EXTENSION
HRESULT:0x80041353Unable to initialize object class extension COM component.OBJECTCLASS_COULD_NOT_INITIALIZE_CLASS_EXTENSION
HRESULT:0x80041354Objects in this object class cannot be updated outside of an edit session.OBJECTCLASS_REQUIRES_AN_EDIT_SESSION
HRESULT:0x80041355An object class with this model name already exists.OBJECTCLASS_MODEL_NAME_ALREADY_EXISTS
HRESULT:0x80041356The feature dataset is not editable.CLASS_FD_NOT_EDITABLE
HRESULT:0x80041357The class extension property set could not be loaded.COULD_NOT_LOAD_CLASS_EXTENSION_PROPERTIES
HRESULT:0x80041358The object class is not registered in the Geodatabase.OBJECTCLASS_NOT_REGISTERED
HRESULT:0x80041359The class participates in a controller dataset.OBJECTCLASS_IN_CONTROLLER_DATASET
HRESULT:0x80041501SDE Error.SE_FAILURE
HRESULT:0x80041502SDE Error.SE_INVALID_LAYERINFO_OBJECT
HRESULT:0x80041503SDE Error.SE_NO_ANNOTATION
HRESULT:0x80041504SDE Error.SE_FINISHED
HRESULT:0x80041505SDE Error.SE_SDE_NOT_STARTED
HRESULT:0x80041506SDE Error.SE_UNCHANGED
HRESULT:0x80041508SDE Error.SE_CONNECTIONS_EXCEEDED
HRESULT:0x80041509SDE Error.SE_LOGIN_NOT_ALLOWED
HRESULT:0x8004150ASDE Error.SE_INVALID_USER
HRESULT:0x8004150BSDE Error.SE_NET_FAILURE
HRESULT:0x8004150CSDE Error.SE_NET_TIMEOUT
HRESULT:0x8004150DSDE Error.SE_OUT_OF_SVMEM
HRESULT:0x8004150ESDE Error.SE_OUT_OF_CLMEM
HRESULT:0x8004150FSDE Error.SE_OUT_OF_CONTEXT
HRESULT:0x80041510SDE Error.SE_NO_ACCESS
HRESULT:0x80041511SDE Error.SE_TOO_MANY_LAYERS
HRESULT:0x80041512SDE Error.SE_NO_LAYER_SPECIFIED
HRESULT:0x80041513SDE Error.SE_LAYER_LOCKED
HRESULT:0x80041514SDE Error.SE_LAYER_EXISTS
HRESULT:0x80041515SDE Error.SE_LAYER_NOEXIST
HRESULT:0x80041516SDE Error.SE_LAYER_INUSE
HRESULT:0x80041518SDE Error.SE_ROW_NOEXIST
HRESULT:0x8004151ASDE Error.SE_ROW_EXISTS
HRESULT:0x8004151BSDE Error.SE_LAYER_MISMATCH
HRESULT:0x8004151CSDE Error.SE_NO_PERMISSIONS
HRESULT:0x8004151DSDE Error.SE_INVALID_NOT_NULL
HRESULT:0x8004151ESDE Error.SE_INVALID_SHAPE
HRESULT:0x8004151FSDE Error.SE_INVALID_LAYER_NUMBER
HRESULT:0x80041520SDE Error.SE_INVALID_ENTITY_TYPE
HRESULT:0x80041521SDE Error.SE_INVALID_SEARCH_METHOD
HRESULT:0x80041522SDE Error.SE_INVALID_ETYPE_MASK
HRESULT:0x80041523SDE Error.SE_BIND_CONFLICT
HRESULT:0x80041524SDE Error.SE_INVALID_GRIDSIZE
HRESULT:0x80041525SDE Error.SE_INVALID_LOCK_MODE
HRESULT:0x80041526SDE Error.SE_ETYPE_NOT_ALLOWED
HRESULT:0x80041528SDE Error.SE_INVALID_NUM_OF_PTS
HRESULT:0x80041529SDE Error.SE_TABLE_NOEXIST
HRESULT:0x8004152ASDE Error.SE_ATTR_NOEXIST
HRESULT:0x8004152BSDE Error.SE_LICENSE_FAILURE
HRESULT:0x8004152CSDE Error.SE_OUT_OF_LICENSES
HRESULT:0x8004152DSDE Error.SE_INVALID_COLUMN_VALUE
HRESULT:0x8004152FSDE Error.SE_INVALID_SQL
HRESULT:0x80041530SDE Error.SE_LOG_NOEXIST
HRESULT:0x80041531SDE Error.SE_LOG_NOACCESS
HRESULT:0x80041532SDE Error.SE_LOG_NOTOPEN
HRESULT:0x80041533SDE Error.SE_LOG_IO_ERROR
HRESULT:0x80041534SDE Error.SE_NO_SHAPES
HRESULT:0x80041535SDE Error.SE_NO_LOCKS
HRESULT:0x80041536SDE Error.SE_LOCK_CONFLICT
HRESULT:0x80041537SDE Error.SE_OUT_OF_LOCKS
HRESULT:0x80041538SDE Error.SE_DB_IO_ERROR
HRESULT:0x80041539SDE Error.SE_STREAM_IN_PROGRESS
HRESULT:0x8004153ASDE Error.SE_INVALID_COLUMN_TYPE
HRESULT:0x8004153BSDE Error.SE_TOPO_ERROR
HRESULT:0x8004153CSDE Error.SE_ATTR_CONV_ERROR
HRESULT:0x8004153DSDE Error.SE_INVALID_COLUMN_DEF
HRESULT:0x8004153ESDE Error.SE_INVALID_SHAPE_BUF_SIZE
HRESULT:0x8004153FSDE Error.SE_INVALID_ENVELOPE
HRESULT:0x80041540SDE Error.SE_TEMP_IO_ERROR
HRESULT:0x80041541SDE Error.SE_GSIZE_TOO_SMALL
HRESULT:0x80041542SDE Error.SE_LICENSE_EXPIRED
HRESULT:0x80041543SDE Error.SE_TABLE_EXISTS
HRESULT:0x80041544SDE Error.SE_INDEX_EXISTS
HRESULT:0x80041545SDE Error.SE_INDEX_NOEXIST
HRESULT:0x80041546SDE Error.SE_INVALID_POINTER
HRESULT:0x80041547SDE Error.SE_INVALID_PARAM_VALUE
HRESULT:0x80041548SDE Error.SE_ALL_SLIVERS
HRESULT:0x80041549SDE Error.SE_TRANS_IN_PROGRESS
HRESULT:0x8004154ASDE Error.SE_IOMGR_NO_DBMS_CONNECT
HRESULT:0x8004154BSDE Error.SE_DUPLICATE_ARC
HRESULT:0x8004154CSDE Error.SE_INVALID_ANNO_OBJECT
HRESULT:0x8004154DSDE Error.SE_PT_NO_EXIST
HRESULT:0x8004154ESDE Error.SE_PTS_NOT_ADJACENT
HRESULT:0x8004154FSDE Error.SE_INVALID_MID_PT
HRESULT:0x80041550SDE Error.SE_INVALID_END_PT
HRESULT:0x80041551SDE Error.SE_INVALID_RADIUS
HRESULT:0x80041552SDE Error.SE_LOAD_ONLY_LAYER
HRESULT:0x80041553SDE Error.SE_LAYERS_NOT_FOUND
HRESULT:0x80041554SDE Error.SE_FILE_IO_ERROR
HRESULT:0x80041555SDE Error.SE_BLOB_SIZE_TOO_LARGE
HRESULT:0x80041556SDE Error.SE_CORRIDOR_OUT_OF_BOUNDS
HRESULT:0x80041557SDE Error.SE_SHAPE_INTEGRITY_ERROR
HRESULT:0x80041558SDE Error.SE_NOT_IMPLEMENTED_YET
HRESULT:0x80041559SDE Error.SE_CAD_EXISTS
HRESULT:0x8004155ASDE Error.SE_INVALID_TRANSID
HRESULT:0x8004155BSDE Error.SE_INVALID_LAYER_NAME
HRESULT:0x8004155CSDE Error.SE_INVALID_LAYER_KEYWORD
HRESULT:0x8004155DSDE Error.SE_INVALID_RELEASE
HRESULT:0x8004155ESDE Error.SE_VERSION_TBL_EXISTS
HRESULT:0x8004155FSDE Error.SE_COLUMN_NOT_BOUND
HRESULT:0x80041560SDE Error.SE_INVALID_INDICATOR_VALUE
HRESULT:0x80041561SDE Error.SE_INVALID_CONNECTION
HRESULT:0x80041562SDE Error.SE_INVALID_DBA_PASSWORD
HRESULT:0x80041563SDE Error.SE_PATH_NOT_FOUND
HRESULT:0x80041564SDE Error.SE_SDEHOME_NOT_SET
HRESULT:0x80041565SDE Error.SE_NOT_TABLE_OWNER
HRESULT:0x80041566SDE Error.SE_PROCESS_NOT_FOUND
HRESULT:0x80041567SDE Error.SE_INVALID_DBMS_LOGIN
HRESULT:0x80041568SDE Error.SE_PASSWORD_TIMEOUT
HRESULT:0x80041569SDE Error.SE_INVALID_SERVER
HRESULT:0x8004156ASDE Error.SE_IOMGR_NOT_AVAILABLE
HRESULT:0x8004156BSDE Error.SE_SERVICE_NOT_FOUND
HRESULT:0x8004156CSDE Error.SE_INVALID_STATS_TYPE
HRESULT:0x8004156DSDE Error.SE_INVALID_DISTINCT_TYPE
HRESULT:0x8004156ESDE Error.SE_INVALID_GRANT_REVOKE
HRESULT:0x8004156FSDE Error.SE_INVALID_SDEHOME
HRESULT:0x80041570SDE Error.SE_INVALID_STREAM
HRESULT:0x80041571SDE Error.SE_TOO_MANY_STREAMS
HRESULT:0x80041572SDE Error.SE_OUT_OF_MUTEXES
HRESULT:0x80041573SDE Error.SE_CONNECTION_LOCKED
HRESULT:0x80041574SDE Error.SE_CONNECTION_IN_USE
HRESULT:0x80041575SDE Error.SE_NOT_A_SELECT_STATEMENT
HRESULT:0x80041576SDE Error.SE_FUNCTION_SEQUENCE_ERROR
HRESULT:0x80041577SDE Error.SE_WRONG_COLUMN_TYPE
HRESULT:0x80041578SDE Error.SE_PTABLE_LOCKED
HRESULT:0x80041579SDE Error.SE_PTABLE_IN_USE
HRESULT:0x8004157ASDE Error.SE_STABLE_LOCKED
HRESULT:0x8004157BSDE Error.SE_STABLE_IN_USE
HRESULT:0x8004157CSDE Error.SE_INVALID_FILTER_TYPE
HRESULT:0x8004157DSDE Error.SE_NO_CAD
HRESULT:0x8004157ESDE Error.SE_INSTANCE_NOT_AVAILABLE
HRESULT:0x8004157FSDE Error.SE_INSTANCE_TOO_EARLY
HRESULT:0x80041580SDE Error.SE_INVALID_SYSTEM_UNITS
HRESULT:0x80041581SDE Error.SE_INVALID_UNITS
HRESULT:0x80041582SDE Error.SE_INVALID_CAD_OBJECT
HRESULT:0x80041583SDE Error.SE_VERSION_NOEXIST
HRESULT:0x80041584SDE Error.SE_INVALID_SPATIAL_CONSTRAINT
HRESULT:0x80041585SDE Error.SE_INVALID_STREAM_TYPE
HRESULT:0x80041586SDE Error.SE_INVALID_SPATIAL_COLUMN
HRESULT:0x80041587SDE Error.SE_NO_SPATIAL_MASKS
HRESULT:0x80041588SDE Error.SE_IOMGR_NOT_FOUND
HRESULT:0x80041589SDE Error.SE_SYSTEM_IS_CLIENT_ONLY
HRESULT:0x8004158ASDE Error.SE_MULTIPLE_SPATIAL_COLS
HRESULT:0x8004158BSDE Error.SE_INVALID_SHAPE_OBJECT
HRESULT:0x8004158CSDE Error.SE_INVALID_PARTNUM
HRESULT:0x8004158DSDE Error.SE_INCOMPATIBLE_SHAPES
HRESULT:0x8004158ESDE Error.SE_INVALID_PART_OFFSET
HRESULT:0x8004158FSDE Error.SE_INCOMPATIBLE_COORDREFS
HRESULT:0x80041590SDE Error.SE_COORD_OUT_OF_BOUNDS
HRESULT:0x80041591SDE Error.SE_LAYER_CACHE_FULL
HRESULT:0x80041592SDE Error.SE_INVALID_COORDREF_OBJECT
HRESULT:0x80041593SDE Error.SE_INVALID_COORDSYS_ID
HRESULT:0x80041594SDE Error.SE_INVALID_COORDSYS_DESC
HRESULT:0x80041595SDE Error.SE_INVALID_ROW_ID_LAYER
HRESULT:0x80041596SDE Error.SE_PROJECTION_ERROR
HRESULT:0x80041597SDE Error.SE_ARRAY_BYTES_EXCEEDED
HRESULT:0x80041598SDE Error.SE_POLY_SHELLS_OVERLAP
HRESULT:0x80041599SDE Error.SE_TOO_FEW_POINTS
HRESULT:0x8004159ASDE Error.SE_INVALID_PART_SEPARATOR
HRESULT:0x8004159BSDE Error.SE_INVALID_POLYGON_CLOSURE
HRESULT:0x8004159CSDE Error.SE_INVALID_OUTER_SHELL
HRESULT:0x8004159DSDE Error.SE_ZERO_AREA_POLYGON
HRESULT:0x8004159ESDE Error.SE_POLYGON_HAS_VERTICAL_LINE
HRESULT:0x8004159FSDE Error.SE_OUTER_SHELLS_OVERLAP
HRESULT:0x800415A0SDE Error.SE_SELF_INTERSECTING
HRESULT:0x800415A1SDE Error.SE_INVALID_EXPORT_FILE
HRESULT:0x800415A2SDE Error.SE_READ_ONLY_SHAPE
HRESULT:0x800415A3SDE Error.SE_INVALID_DATA_SOURCE
HRESULT:0x800415A4SDE Error.SE_INVALID_STREAM_SPEC
HRESULT:0x800415A5SDE Error.SE_INVALID_ALTER_OPERATION
HRESULT:0x800415A6SDE Error.SE_INVALID_SPATIAL_COL_NAME
HRESULT:0x800415A7SDE Error.SE_INVALID_DATABASE
HRESULT:0x800415A8SDE Error.SE_SPATIAL_SQL_NOT_INSTALLED
HRESULT:0x800415A9SDE Error.SE_NORM_DIM_INFO_NOT_FOUND
HRESULT:0x800415AASDE Error.SE_NORM_DIM_TAB_VALUE_NOT_FOUND
HRESULT:0x800415ABSDE Error.SE_UNSUPPORTED_NORMALIZED_OPERATION
HRESULT:0x800415ACSDE Error.SE_INVALID_REGISTERED_LAYER_OPTION
HRESULT:0x800415ADSDE Error.SE_READ_ONLY
HRESULT:0x800415AESDE Error.SE_NO_SDE_ROWID_COLUMN
HRESULT:0x800415AFSDE Error.SE_READ_ONLY_COLUMN
HRESULT:0x800415B0SDE Error.SE_INVALID_VERSION_NAME
HRESULT:0x800415B1SDE Error.SE_STATE_NOEXIST
HRESULT:0x800415B2SDE Error.SE_INVALID_STATEINFO_OBJECT
HRESULT:0x800415B3SDE Error.SE_VERSION_HAS_MOVED
HRESULT:0x800415B4SDE Error.SE_STATE_HAS_CHILDREN
HRESULT:0x800415B5SDE Error.SE_PARENT_NOT_CLOSED
HRESULT:0x800415B6SDE Error.SE_VERSION_EXISTS
HRESULT:0x800415B7SDE Error.SE_TABLE_NOT_MULTIVERSION
HRESULT:0x800415B8SDE Error.SE_STATE_USED_BY_VERSION
HRESULT:0x800415B9SDE Error.SE_INVALID_VERSIONINFO_OBJECT
HRESULT:0x800415BASDE Error.SE_INVALID_STATE_ID
HRESULT:0x800415BBSDE Error.SE_SDETRACELOC_NOT_SET
HRESULT:0x800415BCSDE Error.SE_ERROR_LOADING_SSA
HRESULT:0x800415BDSDE Error.SE_TOO_MANY_STATES
HRESULT:0x800415BESDE Error.SE_STATES_ARE_SAME
HRESULT:0x800415BFSDE Error.SE_NO_ROWID_COLUMN
HRESULT:0x800415C0SDE Error.SE_NO_STATE_SET
HRESULT:0x800415C1SDE Error.SE_SSA_FUNCTION_ERROR
HRESULT:0x800415C2SDE Error.SE_INVALID_REGINFO_OBJECT
HRESULT:0x800415C3SDE Error.SE_NO_COMMON_LINEAGE
HRESULT:0x800415C4SDE Error.SE_STATE_INUSE
HRESULT:0x800415C5SDE Error.SE_STATE_TREE_INUSE
HRESULT:0x800415C6SDE Error.SE_INVALID_RASTER_COLUMN
HRESULT:0x800415C7SDE Error.SE_RASTERCOLUMN_EXISTS
HRESULT:0x800415C8SDE Error.SE_INVALID_MVTABLE_INDEX
HRESULT:0x800415C9SDE Error.SE_INVALID_STORAGE_TYPE
HRESULT:0x800415CASDE Error.SE_AMBIGUOUS_NIL_SHAPE
HRESULT:0x800415CBSDE Error.SE_INVALID_BYTE_ORDER
HRESULT:0x800415CCSDE Error.SE_INVALID_GEOMETRY_TYPE
HRESULT:0x800415CDSDE Error.SE_INVALID_NUM_MEASURES
HRESULT:0x800415CESDE Error.SE_INVALID_NUM_PARTS
HRESULT:0x800415CFSDE Error.SE_BINARY_TOO_SMALL
HRESULT:0x800415D0SDE Error.SE_SHAPE_TEXT_TOO_LONG
HRESULT:0x800415D1SDE Error.SE_SHAPE_TEXT_ERROR
HRESULT:0x800415D2SDE Error.SE_TOO_MANY_PARTS
HRESULT:0x800415D3SDE Error.SE_TYPE_MISMATCH
HRESULT:0x800415D4SDE Error.SE_SQL_PARENTHESIS_MISMATCH
HRESULT:0x800415D5SDE Error.SE_NIL_SHAPE_NOT_ALLOWED
HRESULT:0x800415D6SDE Error.SE_INSTANCE_ALREADY_RUNNING
HRESULT:0x800415D7SDE Error.SE_UNSUPPORTED_OPERATION
HRESULT:0x800415D8SDE Error.SE_INVALID_EXTERNAL_LAYER_OPTION
HRESULT:0x800415D9SDE Error.SE_NORMALIZE_VALUE_NOT_FOUND
HRESULT:0x800415DASDE Error.SE_INVALID_QUERY_TYPE
HRESULT:0x800415DBSDE Error.SE_NO_TRACE_LIBRARY
HRESULT:0x800415DCSDE Error.SE_TRACE_ON
HRESULT:0x800415DDSDE Error.SE_TRACE_OFF
HRESULT:0x800415DESDE Error.SE_SCL_SYNTAX_ERROR
HRESULT:0x800415DFSDE Error.SE_TABLE_REGISTERED
HRESULT:0x800415E0SDE Error.SE_INVALID_REGISTRATION_ID
HRESULT:0x800415E1SDE Error.SE_TABLE_NOREGISTERED
HRESULT:0x800415E2SDE Error.SE_TOO_MANY_REGISTRATIONS
HRESULT:0x800415E3SDE Error.SE_DELETE_NOT_ALLOWED
HRESULT:0x800415E6SDE Error.SE_RASTERCOLUMN_INUSE
HRESULT:0x800415E7SDE Error.SE_RASTERCOLUMN_NOEXIST
HRESULT:0x800415E8SDE Error.SE_INVALID_RASTERCOLUMN_NUMBER
HRESULT:0x800415E9SDE Error.SE_TOO_MANY_RASTERCOLUMNS
HRESULT:0x800415EASDE Error.SE_INVALID_RASTER_NUMBER
HRESULT:0x800415EBSDE Error.SE_NO_REQUEST_STATUS
HRESULT:0x800415ECSDE Error.SE_NO_REQUEST_RESULTS
HRESULT:0x800415EDSDE Error.SE_RASTERBAND_EXISTS
HRESULT:0x800415EESDE Error.SE_RASTERBAND_NOEXIST
HRESULT:0x800415EFSDE Error.SE_RASTER_EXISTS
HRESULT:0x800415F0SDE Error.SE_RASTER_NOEXIST
HRESULT:0x800415F1SDE Error.SE_TOO_MANY_RASTERBANDS
HRESULT:0x800415F2SDE Error.SE_TOO_MANY_RASTERS
HRESULT:0x800415F3SDE Error.SE_VIEW_EXISTS
HRESULT:0x800415F4SDE Error.SE_VIEW_NOEXIST
HRESULT:0x800415F5SDE Error.SE_LOCK_EXISTS
HRESULT:0x800415F6SDE Error.SE_ROWLOCK_MASK_CONFLICT
HRESULT:0x800415F7SDE Error.SE_NOT_IN_RASTER
HRESULT:0x800415F8SDE Error.SE_INVALID_RASBANDINFO_OBJECT
HRESULT:0x800415F9SDE Error.SE_INVALID_RASCOLINFO_OBJECT
HRESULT:0x800415FASDE Error.SE_INVALID_RASTERINFO_OBJECT
HRESULT:0x800415FBSDE Error.SE_INVALID_RASTERBAND_NUMBER
HRESULT:0x800415FCSDE Error.SE_MULTIPLE_RASTER_COLS
HRESULT:0x800415FDSDE Error.SE_TABLE_SCHEMA_IS_LOCKED
HRESULT:0x800415FESDE Error.SE_INVALID_LOGINFO_OBJECT
HRESULT:0x800415FFSDE Error.SE_SQL_TOO_LONG
HRESULT:0x80041600SDE Error.SE_UNSUPPORTED_ON_VIEW
HRESULT:0x80041601SDE Error.SE_LOG_EXISTS
HRESULT:0x80041602SDE Error.SE_SDE_WARNING
HRESULT:0x80041603SDE Error.SE_ETYPE_CHANGED
HRESULT:0x80041604SDE Error.SE_NO_ROWS_DELETED
HRESULT:0x80041605SDE Error.SE_TOO_MANY_DISTINCTS
HRESULT:0x80041606SDE Error.SE_NULL_VALUE
HRESULT:0x80041607SDE Error.SE_NO_ROWS_UPDATED
HRESULT:0x80041608SDE Error.SE_NO_CPGCVT
HRESULT:0x80041609SDE Error.SE_NO_CPGHOME
HRESULT:0x8004160ASDE Error.SE_DBMS_DOES_NOT_SUPPORT
HRESULT:0x8004160BSDE Error.SE_ROWLOCKING_ENABLED
HRESULT:0x8004160CSDE Error.SE_ROWLOCKING_NOT_ENABLED
HRESULT:0x8004160DSDE Error.SE_LOG_IS_OPEN
HRESULT:0x8004160ESDE Error.SE_SPATIALREF_EXISTS
HRESULT:0x8004160FSDE Error.SE_SPATIALREF_NOEXIST
HRESULT:0x80041610SDE Error.SE_SPATIALREF_IN_USE
HRESULT:0x80041611SDE Error.SE_INVALID_SPATIALREFINFO_OBJECT
HRESULT:0x80041612SDE Error.SE_INVALID_FUNCTION_ID
HRESULT:0x80041613SDE Error.SE_MOSAIC_NOT_ALLOWED
HRESULT:0x80041614SDE Error.SE_PASSWORD_EXPIRED
HRESULT:0x80041615SDE Error.SE_NO_ARCSDE_LICENSE
HRESULT:0x80041616SDE Error.SE_NO_ARCSDE_LICENSE_NO_PERMISSION
HRESULT:0x80041617SDE Error.SE_NO_ARCSDE_LICENSE_SQLEXPRESS
HRESULT:0x80041801The default value is not nullable.DEFAULT_VALUE_NOT_NULLABLE
HRESULT:0x80041802The default value is not valid in the domain.DEFAULT_VALUE_INVALID
HRESULT:0x80041851An object being transfered is in another Feature Dataset.OBJECT_IN_ANOTHER_FEATUREDATASET
HRESULT:0x80041852Only simple features are supported in the simple data converter.ONLY_SIMPLE_FEATURES_SUPPORTED
HRESULT:0x80041901The XML being loaded could not be parsed.XML_PARSE_ERROR
HRESULT:0x80041951Can only reshape one edge at a time.TOPOLOGY_ILLEGAL_RESHAPE
HRESULT:0x80041952The topology with the specified name already exists.TOPOLOGY_ALREADY_EXISTS
HRESULT:0x80041953The topology was not found.TOPOLOGY_NOT_FOUND
HRESULT:0x80041954The topology cannot be renamed.TOPOLOGY_CANNOT_RENAME
HRESULT:0x80041955The feature class in not simple.INVALID_FEATURE_TYPE_FOR_TOPOLOGY
HRESULT:0x80041956The feature class has an invalid geometry type.INVALID_GEOMETRY_TYPE_FOR_TOPOLOGY
HRESULT:0x80041957The topology rule in invalid or malformed.INVALID_TOPOLOGY_RULE
HRESULT:0x80041958The topology workspace extension was not found.TOPOLOGY_WORKSPACE_EXTENSION_NOT_FOUND
HRESULT:0x80041959The topology cluster tolerance cannot be reset.CANNOT_RESET_CLUSTER_TOLERANCE
HRESULT:0x8004195ATopologies not supported in this release of the Geodatabase.TOPOLOGIES_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x8004195BFeature class weight is invalid.TOPOLOGY_INVALID_WEIGHT
HRESULT:0x8004195CTopology errors cannot be directly modified.CANNOT_MODIFY_TOPOLOGY_ERROR_FEATURE
HRESULT:0x8004195DGeodatabase TopoClasses system table inconsistent.TOPOCLASSES_SYSTEM_TABLE_INCONSISTENCY
HRESULT:0x8004195EThe specified cluster tolerance is invalid.INVALID_CLUSTER_TOLERANCE
HRESULT:0x8004195FThe feature class has an invalid geometry type for the topology rule.INVALID_GEOMETRY_TYPE_FOR_TOPOLOGY_RULE
HRESULT:0x80041960This operation is not supported on topology errors.NOT_SUPPORTED_ON_TOPOLOGY_ERROR_FEATURE
HRESULT:0x80041961System tables cannot be modified.CANNOT_MODIFY_SYSTEM_MANAGED_TABLES
HRESULT:0x80041962Topology edge is not selectable.TOPOLOGY_EDGE_NOT_SELECTABLE
HRESULT:0x80041963The class is already a member of the topology.CLASS_ALREADY_MEMBER_OF_TOPOLOGY
HRESULT:0x80041964An empty envelope was specified for the clean.EMPTY_ENVELOPE_FOR_CLEAN
HRESULT:0x80041965Invalid Topology ID.INVALID_TOPOLOGY_ID
HRESULT:0x80041966A failure was detected in the topology engine.TOPOLOGY_ENGINE_FAILURE
HRESULT:0x80041967A failure was detected in the topology engine overlay processor.TOPOLOGY_ENGINE_OVERPROC_FAILURE
HRESULT:0x80041968Invalid topology rule type.INVALID_TOPOLOGY_RULE_TYPE
HRESULT:0x80041969Cannot currently partially rebuild the topology graph.NO_PARTIAL_REBUILD
HRESULT:0x8004196ACannot add a registered as versioned class to the topology.CANNOT_ADD_REGISTERED_CLASS_TO_TOPOLOGY
HRESULT:0x8004196BThe number of errors generated during the topology analysis exceeds the specified threshold.TOPOLOGY_ERROR_OVERFLOW
HRESULT:0x8004196CCannot rename a network.NETWORK_CANNOT_RENAME
HRESULT:0x8004196DInvalid network type.NETWORK_INVALID_TYPE
HRESULT:0x8004196ENetwork already exists.NETWORK_ALREADY_EXISTS
HRESULT:0x8004196FNetwork geometry invalid.NETWORK_INVALID_GEOMETRY_TYPE
HRESULT:0x80041970Network not found.NETWORK_NOT_FOUND
HRESULT:0x80041971Versioning not supported.VERSIONING_NOT_SUPPORTED
HRESULT:0x80041972The class must be in the same feature dataset as the topology.CLASS_NOT_IN_TOPOLOGIES_FEATURE_DATASET
HRESULT:0x80041973The topology does not contain any associated classes.TOPOLOGY_HAS_NO_CLASSES
HRESULT:0x80041974Feature class rank is invalid.TOPOLOGY_INVALID_RANK
HRESULT:0x80041975All available physical memory has been consumed.OUT_OF_PHYSICAL_MEMORY
HRESULT:0x80041976The topology operation was cancelled by the user.TOPOLOGY_OPERATION_CANCELLED
HRESULT:0x80041977The method is only supported on classes participating in a topology.CLASS_NOT_IN_TOPOLOGY
HRESULT:0x80041978The endpoint of an edge cannot be modified if it is shared by other topology elements.MODIFY_EDGE_ENDPOINT
HRESULT:0x80041979Cannot add a class that is not contained in a feature dataset to a topology.CANNOT_ADD_STANDALONE_CLASS_TO_TOPOLOGY
HRESULT:0x8004197AUpdates to feature classes in a topology require an edit session.CLASS_IN_TOPOLOGY_REQUIRES_EDIT_SESSION
HRESULT:0x8004197BA topology rule cannot be added to a versioned topology.CANNOT_ADD_RULE_TO_VERSIONED_TOPOLOGY
HRESULT:0x8004197CCannot acquire a schema lock because of an existing lock; needed when validating outside edit session.TOPOLOGY_SCHEMA_LOCK_CONFLICT
HRESULT:0x8004197DCannot create a dirty area outside the topology’s spatial domain.DIRTY_AREA_OUTSIDE_SPATIAL_DOMAIN
HRESULT:0x8004197EThe topology name is invalid.TOPOLOGY_INVALID_NAME
HRESULT:0x8004197FThe temporary file system space employed by the topology engine is full.TOPOLOGY_ENGINE_TEMP_SPACE_EXHAUSTED
HRESULT:0x80041980The topology rule is inconsistent with other topology rules.INCONSISTENT_TOPOLOGY_RULE
HRESULT:0x80041981Unsupported topology rule type.UNSUPPORTED_TOPOLOGY_RULE
HRESULT:0x80041982Invalid topology rule type.INVALID_TOPOLOGY_RULE_CLASS_ASSIGNMENT
HRESULT:0x80041983The operation is not supported inside an edit session.OPERATION_NOT_SUPPORTED_IN_EDIT_SESSION
HRESULT:0x80041984A topology graph edit operation caused a feature geometry to become empty.TOPOLOGY_EMPTY_GEOMETRY
HRESULT:0x80041985The topology graph cannot be constructed on the specified extent because the requested precision is too high.TOPOLOGY_EXTENT_TOO_LARGE
HRESULT:0x80041986Z cluster tolerances are not supported in this release of the Geodatabase.Z_CLUSTER_TOLERANCE_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80041987The operation requires an edit session.OPERATION_REQUIRES_EDIT_SESSION
HRESULT:0x80041988The operation is not supported inside an edit session.OPERATION_NOT_SUPPORTED_IN_EDIT_OPERATION
HRESULT:0x80041989The operation cannot be applied because the topology graph has not been defined.TOPOGRAPH_NOT_BUILT
HRESULT:0x8004198AThe topo graph may be corrupt. Please rebuild it.TOPOGRAPH_CORRUPT
HRESULT:0x8004198BNodes representing vertical edges cannot be removed during a merge operation.CANT_MERGE_VERTICALEDGES
HRESULT:0x8004198CThe selected edges do not all belong to the same set of features.INCONSISTANT_MERGE_PARENTS
HRESULT:0x8004198DThe selected set of edges does not form a connected path.EDGE_SET_NOT_CONNECTED
HRESULT:0x8004198EThe topology rule is not supported in this release of the Geodatabase.TOPOLOGY_RULE_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x8004198FCan’t merge branching selected edges.CANT_MERGE_BRANCHINGEDGES
HRESULT:0x80041990Can’t merge edge for self-overlapping polyline feature.NOT_PSEUDONODE
HRESULT:0x80041991A class in the network dataset necessitates edits being run within an edit session.CLASS_IN_NETWORK_REQUIRES_EDIT_SESSION
HRESULT:0x80041992Cannot add a class that is registered as versioned to a topology that is not registered as versioned.CANNOT_ADD_VERSIONED_CLASS_TO_NON_VERSIONED_TOPOLOGY
HRESULT:0x80041993Cannot add a class that is not registered as versioned to a topology that is registered as versioned.CANNOT_ADD_NON_VERSIONED_CLASS_TO_VERSIONED_TOPOLOGY
HRESULT:0x80041994Schema edits to a versioned topology are not supported in this release of the geodatabase.TOPOLOGIES_SCHEMA_CHANGES_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80041995The terrain was not found.TERRAIN_NOT_FOUND
HRESULT:0x80042051The Name String syntax of is incorrect.NAME_STRING_SYNTAX
HRESULT:0x80042101The input XML is invalid for import into the specified object.INVALID_IMPORT_XML
HRESULT:0x80042102The required XML element was not found.REQUIRED_XML_ELEMENT_NOT_FOUND
HRESULT:0x80042103No dataset found to export.XML_EXPORT_DATASET_NOT_FOUND
HRESULT:0x80042151The object is not in Replicable format (please configure).CLASS_NOT_REPLICABLE
HRESULT:0x80042152Conflicts were detected during synchronization between replica pairs.SYNCHRONIZATION_CONFLICTS
HRESULT:0x80042153Cannot synchronize because the replica version has not be reconciled against the sync version.CANNOT_SYNCHRONIZE
HRESULT:0x80042154Replica data was not found.REPLICA_NOT_FOUND
HRESULT:0x80042155Error during reconcile.RECONCILE_FAILED
HRESULT:0x80042156Invalid Replica.INVALID_REPLICA
HRESULT:0x80042157Generation numbers out of orderGENERATION_OUT_OF_ORDER
HRESULT:0x80042158Previous synchronization had conflictsSYNCHRONIZATION_HAS_CONFLICTS
HRESULT:0x80042159Replication not supported in this releaseREPLICATION_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x8004215AReplication not supported in this releaseREPLICATION_NOT_SUPPORTED
HRESULT:0x8004215BTransmission does not contains changes previously sentMISSING_ACKNOWLEDGEMENT
HRESULT:0x8004215CTransmission cannot be sent until acknowledgement of previously sent changesCANNOT_SEND_TRANSMISSION
HRESULT:0x8004215DAnother synchronization in progess has locked the replicaREPLICA_LOCKED
HRESULT:0x8004215EAn operation in a replica dataset is invalid since a related replica dataset is referenced by the replica.RELATED_DATASET_IS_REFERENCED_BY_REPLICA
HRESULT:0x8004215FOperation not supported on a read-only replicaREADONLY_REPLICA
HRESULT:0x80042160Old messagesOLD_MESSAGE
HRESULT:0x80042161Replica in a SendingData stateREPLICA_IN_SENDING_DATA_STATE
HRESULT:0x80042162Can only import acknowledgment messagesREPLICA_CAN_ONLY_IMPORT_ACKNOWLEDGMENT
HRESULT:0x80042163Replica does not have any unacknowledged generationsREPLICA_NO_UNACKNOWLEDGED_GENERATIONS
HRESULT:0x80042164Multi generations replicas are not supported in workspaceMULTIGEN_REPLICAS_NOT_SUPPORTED_IN_WORKSPACE
HRESULT:0x80042165Cannot reexport changes from checkoutsCHECKOUTS_CANNOT_REEXPORT_CHANGES
HRESULT:0x80042166Cannot reexport changes from data receiver replicaREPLICA_RECEIVER_CANNOT_REEXPORT_CHANGES
HRESULT:0x80042167Cannot export changes from data receiver replicaREPLICA_RECEIVER_CANNOT_EXPORT_CHANGES
HRESULT:0x80042168Cannot checkout a high precision data to a low precision datasetCANNOT_CHECKOUT_HIGH_PREC_DATA_IN_LOW_PREC_DATASET
HRESULT:0x80042169Cannot checkout a high precision data to a low precision datasetCANNOT_REPLICATE_LOW_PRECISION_DATA
HRESULT:0x8004216AInvalid output xml fileREPLICA_INVALID_OUTPUT_XML_FILE
HRESULT:0x8004216BCannot register replicas for existing datasets.FDO_NO_MATCH_DATASETS_FOUND_FOR_REGISTER_REPLICAS
HRESULT:0x8004216CCannot register non simple dataset in a replica.NON_SIMPLE_DATASET_CANNOT_BE_REGISTERED_BY_REPLICA
HRESULT:0x8004216DReplica name contains invalid chars.INVALID_REPLICA_NAME
HRESULT:0x8004216EMessages have already been acknowledged.REPLICA_OLD_ACK
HRESULT:0x8004216FMessages have already been acknowledged.REPLICA_SCHEMA_CHANGES_WRONG_DIRECTION
HRESULT:0x80042170Cannot create empty replica.CANNOT_CREATE_EMPTY_REPLICA
HRESULT:0x80042171Cannot create empty replica.INVALID_DATA_FOR_THIS_OPERATION
HRESULT:0x80042172Sync version of a replica not yet reconciled and posted.REPLICA_SYNC_VERSION_NOT_YET_POSTED
HRESULT:0x80042173Child replica cannot be created in the same database as the source data.CHILD_REPLICA_CANNOT_BE_CREATED_IN_PARENTDB
HRESULT:0x80042174GlobalID column cannot be deleted if it is referenced by a replica.GLOBALID_FIELD_REFERENCED_BY_REPLICA_CANNOT_BE_DELETED
HRESULT:0x80042175Must be Replica owner to perform this operation.MUST_BE_REPLICA_OWNER
HRESULT:0x80042176Replica with the same name already exists.REPLICA_NAME_ALEARDY_EXISTS
HRESULT:0x80042177Cannot register empty replica.CANNOT_REGISTER_EMPTY_REPLICA
HRESULT:0x80042178Cannot unregister globalID.FDO_UNREGISTER_GLOBALID_NOT_SUPPORTED
HRESULT:0x80042179Cannot register nullable globalID.FDO_REGISTER_NULLABLE_GLOBALID_NOT_SUPPORTED
HRESULT:0x8004217ACannot register nullable globalID.FDO_REGISTER_VERSIONED_GLOBALID_NOT_SUPPORTED
HRESULT:0x8004217BCannot create a replica using archiving to a named version.FDO_ONEWAY_REPLICA_USING_ARCHIVING_NOT_SUPPORTED_IN_NAMED_VERSIONS
HRESULT:0x8004217CCannot create oneway replica parent readonly on local workspaces.FDO_ONEWAY_REPLICA_PARENT_READONLY_NOT_SUPPORTED_IN_LOCAL_CHILD_WORKSPACES
HRESULT:0x8004217DCannot synchronize a protected version by anyone other than the owner/dba of the version.MUST_BE_VERSION_OWNER_TO_SYNC
HRESULT:0x8004217ECannot register data as replicas in a transport FileGDB. Only xml transport file is supported.FDO_DATA_CANNOT_BE_REGISTERED_AS_REPLICAS_IN_TRANSPORT_FGDB
HRESULT:0x8004217FOperation is not supported. Child and parent replica cannot exist in the same geodatabase.CHILD_PARENT_REPLICA_CANNOT_EXIST_IN_SAME_GEODATABASE
HRESULT:0x80042180Failed to set the target name.FAILED_TO_SET_TARGET_NAME
HRESULT:0x80042251There is no associated default turn evaluator.NO_DEFAULT_TURN_EVALUATOR
HRESULT:0x80042252Feature dataset network dataset containers are not supported.FEATURE_DATASET_CONTAINERS_NOT_SUPPORTED
HRESULT:0x80042253The network dataset name is invalid.NETWORK_DATASET_INVALID_NAME
HRESULT:0x80042254The network attribute name is invalid.INVALID_NETWORK_ATTRIBUTE_NAME
HRESULT:0x80042255The network source is invalid for the evaluator.INVALID_NETWORK_SOURCE_FOR_EVALUATOR
HRESULT:0x80042256The expression is invalid for the evaluator.INVALID_EXPRESSION_FOR_EVALUATOR
HRESULT:0x80042257Invalid constant for attribute data type.INVALID_CONSTANT_FOR_NETWORK_ATTRIBUTE
HRESULT:0x80042258Subtype specification is required (UsesSubtypes is True).SUBTYPES_REQUIRED
HRESULT:0x80042259Invalid network dataset schema.INVALID_NETWORK_DATASET_SCHEMA
HRESULT:0x8004225ANetwork object evaluator error.NETWORK_OBJECT_EVALUATOR_ERROR
HRESULT:0x8004225BBad network edge orientation.NETWORK_BAD_EDGE_ORIENTATION
HRESULT:0x8004225CThe network dataset has an invalid access mode.NETWORK_DATASET_INVALID_ACCESS
HRESULT:0x8004225DThere is no associated default junction evaluator.NO_DEFAULT_JUNCTION_EVALUATOR
HRESULT:0x8004225EThere is no associated default edge evaluator.NO_DEFAULT_EDGE_EVALUATOR
HRESULT:0x8004225FThe network dataset does not support turns.NETWORK_DATASET_NOTURNS
HRESULT:0x80042260Network element evaluator error.NETWORK_ELEMENT_EVALUATOR_ERROR
HRESULT:0x80042261The dataset for the network source was not found.NETWORK_SOURCE_DATASET_NOT_FOUND
HRESULT:0x80042262The source is not valid for the network.INVALID_NETWORK_SOURCE
HRESULT:0x80042263The attribute is not valid for the network.INVALID_NETWORK_ATTRIBUTE
HRESULT:0x80042264The connectivity group name is invalid.INVALID_CONNECTIVITY_GROUP_NAME
HRESULT:0x80042265Subtype specification is not valid.SUBTYPES_NOT_IN_USE
HRESULT:0x80042266Network datasets are not supported in this release of the Geodatabase.NETWORK_DATASETS_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80042267The network dataset with the specified name already exists.NETWORK_DATASET_ALREADY_EXISTS
HRESULT:0x80042268A connectivity group was not specified for one or more subtypes.SUBTYPES_UNSPECIFIED_CONN_GROUP
HRESULT:0x80042269A connectivity policy was not specified for one or more subtypes.SUBTYPES_UNSPECIFIED_CONN_POLICY
HRESULT:0x8004226AThe geometry type for the feature class is not valid for the network source.INVALID_NETWORK_SOURCE_GEOMETRY_TYPE
HRESULT:0x8004226BThe feature type of the feature class is not valid for the network source.INVALID_NETWORK_SOURCE_FEATURE_TYPE
HRESULT:0x8004226CThe fromEdge is not connected to the AtJunction.FSTAR_INVALID_FROM_EDGE
HRESULT:0x8004226DThe evaluator object could not be created.EVALUATOR_CREATE
HRESULT:0x8004226EThe evaluator failed to initialize data.EVALUATOR_INITIALIZE_DATA
HRESULT:0x8004226FThe evaluator failed to initialize for queries.EVALUATOR_INITIALIZE_QUERY
HRESULT:0x80042270The evaluator failed to return a value.EVALUATOR_QUERY
HRESULT:0x80042271The network element id is invalid.INVALID_NETWORK_ELEMENT_ID
HRESULT:0x80042272The network edge direction is invalid.INVALID_NETWORK_EDGE_DIRECTION
HRESULT:0x80042273The network edge direction is invalid.INVALID_NETWORK_TURN_TYPE
HRESULT:0x80042274There is no turn present at this adjacency index.TURN_NOT_PRESENT
HRESULT:0x80042275Build is not supported on this network.BUILD_NOT_SUPPORTED
HRESULT:0x80042276The operation is not supported on a buildable network.OPERATION_NOT_SUPPORTED_ON_BUILDABLE_NETWORK
HRESULT:0x80042277The source name is invalid.NETWORK_SOURCE_INVALID_NAME
HRESULT:0x80042278The element type for the network source is not valid.NETWORK_SOURCE_INVALID_ELEMENT_TYPE
HRESULT:0x80042279There is no system junction source.NO_SYSTEM_JUNCTION_SOURCE
HRESULT:0x8004227AThe system junction source is bad.BAD_SYSTEM_JUNCTION_SOURCE
HRESULT:0x8004227BThe network element has not been initialized.NETWORK_ELEMENT_NOT_INITIALIZED
HRESULT:0x8004227CAttributes cannot be added to network datasets with no sources.ATTRIBUTES_WITHOUT_SOURCES
HRESULT:0x8004227DThe hierarchy max range values are invalid.INVALID_HIERARCHY_RANGES
HRESULT:0x8004227ENetwork attributes cannot be deleted.CANNOT_DELETE_NETWORK_ATTRIBUTES
HRESULT:0x8004227FNetwork source directions not supported on this network source type.SOURCE_DIRECTIONS_NOT_SUPPORTED
HRESULT:0x80042280The network source with the specified name already exists.NETWORK_SOURCE_ALREADY_EXISTS
HRESULT:0x80042281The network source with the specified name does not exist.NETWORK_SOURCE_NAME_DOESNT_EXIST
HRESULT:0x80042282The network evaluator cannot be used as a default evaluator.EVALUATOR_CANNOT_BE_DEFAULT_EVALUATOR
HRESULT:0x80042283The network attribute is invalid for the evaluator.INVALID_NETWORK_ATTRIBUTE_FOR_EVALUATOR
HRESULT:0x80042284The network evaluator has not been validated.EVALUATOR_NOT_VALIDATED
HRESULT:0x80042285The network evaluator is not valid.EVALUATOR_NOT_VALID
HRESULT:0x80042286The network evaluator has not been initialized.EVALUATOR_NOT_INITIALIZED
HRESULT:0x80042287The network evaluator has a syntax error.EVALUATOR_SYNTAX_ERROR
HRESULT:0x80042288The network field evaluator is associated with a field than cannot be found.FIELD_EVALUATOR_FIELD_NOT_FOUND
HRESULT:0x80042289The attribute id value is invalid.INVALID_NETWORK_ATTRIBUTE_ID
HRESULT:0x8004228AThe network source fullname property is invalid.NETWORK_SOURCE_INVALID_FULLNAME
HRESULT:0x8004228BThe evaluator in use is not a constant evaluator.NOT_CONSTANT_EVALUATOR
HRESULT:0x8004228CCannot assign a directional evaluator to a junction source.DIRECTIONAL_EVALUATOR_WITH_JUNCTION_SOURCE
HRESULT:0x8004228DThe data element type is incorrect for the operation.INCORRECT_DATA_ELEMENT_TYPE
HRESULT:0x8004228EThe number or type of sources are invalid for shapefile-based network datasets.INVALID_SOURCES_FOR_SHAPEFILE_NETWORK_DATASET
HRESULT:0x8004228FThe network source has an inconsistent elevation field specification.NETWORK_SOURCE_INCONSISTENT_ELEVATION_SPECIFICATION
HRESULT:0x80042290The turn feature class does not participate in a network dataset.TURN_NO_NETWORK
HRESULT:0x80042291The geometry references too many edges for the turn feature class.TURN_GEOM_TOO_MANY_VERTICES
HRESULT:0x80042292The current edge sequence is not valid.TURN_NOT_VALID
HRESULT:0x80042293The geometry must have polyline geometry type.TURN_GEOM_NOT_POLYLINE
HRESULT:0x80042294A turn must include at least two edges.TURN_GEOM_NOT_ENOUGH_VERTICES
HRESULT:0x80042295The geometry cannot be a multipart line.TURN_GEOM_MULTIPART
HRESULT:0x80042296The first vertex could not be snapped to a network edge.TURN_GEOM_NO_FIRST_FEATURE
HRESULT:0x80042297The last vertex could not be snapped to a network edge.TURN_GEOM_NO_LAST_FEATURE
HRESULT:0x80042298The turn references a line feature that does not have network edge elements.TURN_GEOM_NO_FEATURES
HRESULT:0x80042299The edges are not adjacent in the network dataset.TURN_GEOM_DISCONNECTED_FEATURES
HRESULT:0x8004229AThe edges are not adjacent in the network dataset in this sequence.TURN_GEOM_INVALID_SEQUENCE
HRESULT:0x8004229BA turn must include at least two edges.TURN_NOT_ENOUGH_PARTS
HRESULT:0x8004229CA network edge element used in the middle of the turn sequence cannot also be used at the start or end of the sequence.TURN_NDS_INTERIOR_EXTERIOR_CONFLICT
HRESULT:0x8004229DA turn cannot have any self-looping edge elements.TURN_NDS_EXTERIOR_LOOP
HRESULT:0x8004229ENo edge feature sources have been added to the current map.TURN_NO_EDGE_SOURCES
HRESULT:0x8004229FThe value for the Edge1End field in the turn feature class is invalid.TURN_INVALID_EDGE1END
HRESULT:0x800422A0The direction of the turn cannot be determined.TURN_GEOM_AMBIGUOUS_FEATURES
HRESULT:0x800422A1The network dataset cannot be opened as one of its network sources is missing.NETWORK_MISSING_SOURCE
HRESULT:0x800422A2Cannot assign a directional evaluator to a turn source.DIRECTIONAL_EVALUATOR_WITH_TURN_SOURCE
HRESULT:0x800422A3Cannot find the feature class associated with the network source.NETWORK_SOURCE_MISSING_FEATURE_CLASS
HRESULT:0x800422A4The network source must correspond to a simple feature class.NETWORK_SOURCE_NOT_SIMPLE_FEATURE_CLASS
HRESULT:0x800422A5The network source participates in multiple network datasets.NETWORK_SOURCE_IN_MULTIPLE_NETWORKS
HRESULT:0x800422A6Unable to instantiate the network evaluator component.NETWORK_EVALUATOR_CREATE_FAILED
HRESULT:0x800422A7Cannot assign a field evaluator as a default evalautor.FIELD_EVALUATOR_AS_DEFAULT_EVALUATOR
HRESULT:0x800422A8Cannot assign a non-directional evaluator with an edge feature source.NODIRECTIONAL_EVALUATOR_WITH_EDGE_SOURCE
HRESULT:0x800422A9The network source is missing for the evaluator.MISSING_NETWORK_SOURCE_FOR_EVALUATOR
HRESULT:0x800422AAThe geometry for a turn cannot start or end at a junction.TURN_ILLEGAL_START_END_POS
HRESULT:0x800422ABSystem junction sources cannot be deleted.CANNOT_DELETE_SYSTEM_JUNCTION_SOURCE
HRESULT:0x800422ACThe value for one of the edge descriptors is invalid.TURN_INVALID_EDGE_DESCRIPTOR
HRESULT:0x800422ADTurn support cannot be changed on an existing network dataset.TURN_CANNOT_CHANGE_SUPPORT
HRESULT:0x800422AEThe id value cannot be represented in 32 bits.ID_OVERFLOW
HRESULT:0x800422AFThe value for maximum edges per turn is invalid.TURN_INVALID_MAX_EDGES
HRESULT:0x800422B0The value for maximum edges per turn cannot be less than the existing value.TURN_INVALID_CUR_MAX_EDGES
HRESULT:0x800422B1The script control is unavailable.NO_SCRIPT_CONTROL
HRESULT:0x800422B2The vertices of the turn geometry must intersect each edge in the turn.TURN_MISSING_EDGE
HRESULT:0x800422B3The system junction class does not have the elevation field.MISSING_SYSTEM_JUNCTION_CLASS_ELEV_FIELD
HRESULT:0x800422B4The system junction class elevation field does not have long integer type.BAD_TYPE_SYSTEM_JUNCTION_CLASS_ELEV_FIELD
HRESULT:0x800422B5The schema update is invalid.INVALID_SCHEMA_UPDATE
HRESULT:0x800422B6The UseByDefault property on a network attribute is not supported in this Geodatabase release.USE_BY_DEFAULT_NOT_SUPPORTED
HRESULT:0x800422B7Signposts on network directions are not supported in this Geodatabase release.SIGNPOSTS_NOT_SUPPORTED
HRESULT:0x800422B8The network attribute with the specified name already exists.NETWORK_ATTRIBUTE_ALREADY_EXISTS
HRESULT:0x800422B9The network directions output length unit is invalid.INVALID_DIRECTIONS_LENGTH_UNIT
HRESULT:0x800422BAThe global turn delay categories are overlapping.OVERLAPPING_NETWORK_GLOBAL_TURN_DELAY_CATEGORIES
HRESULT:0x800422BBThe network attribute does not have cost usage.NETWORK_ATTRIBUTE_NOT_COST_USAGE
HRESULT:0x800422BCThe network attribute does not have time units.NETWORK_ATTRIBUTE_NOT_TIME_UNITS
HRESULT:0x800422BDThe network attribute evaluator is self referential.NETWORK_ATTRIBUTE_REFERENCES_SELF
HRESULT:0x800422BEThe operator used by the network function operator is not supported for this attribute data type.NETWORK_FUNCTION_EVALUATOR_OPERATOR_NOT_SUPPORTED
HRESULT:0x800422BFThe first argument to the network function evaluator is invalid.NETWORK_FUNCTION_EVALUATOR_ARGUMENT1_INVALID
HRESULT:0x800422C0The second argument to the network function evaluator is invalid.NETWORK_FUNCTION_EVALUATOR_ARGUMENT2_INVALID
HRESULT:0x800422C1The parameter used by this network function evaluator does not exist.NETWORK_FUNCTION_EVALUATOR_PARAMETER_MISSING
HRESULT:0x800422C2The parameter used by this network function evaluator is not numeric.NETWORK_FUNCTION_EVALUATOR_PARAMETER_NOT_NUMERIC
HRESULT:0x800422C3The function evaluator value calculation results in a numeric overflow.NETWORK_FUNCTION_EVALUATOR_OVERFLOW
HRESULT:0x800422C4The attribute referenced by the network function evaluator does not exist.NETWORK_FUNCTION_EVALUATOR_MISSING_REFERENCED_NETWORK_ATTRIBUTE
HRESULT:0x800422C5The attribute referenced by the network function evalutor is not numeric.NETWORK_FUNCTION_EVALUATOR_REFERENCED_NETWORK_ATTRIBUTE_NOT_NUMERIC
HRESULT:0x800422C6The network evaluator is not supported.EVALUATOR_NOT_SUPPORTED
HRESULT:0x800422C7INetworkForwardStarSetup.AddCachedAttribute has been deprecated and should not be called.FORWARDSTAR_ADD_CACHED_ATTRIBUTE_DEPRECATED
HRESULT:0x800422C8INetworkForwardStarSetup.RemoveAllCachedAttributes has been deprecated and should not be called.FORWARDSTAR_REMOVE_CACHED_ATTRIBUTES_DEPRECATED
HRESULT:0x800422C9The network attribute usage type is invalid for this operation.INVALID_NETWORK_ATTRIBUTE_USAGE_TYPE
HRESULT:0x800422CAThe network attribute adjustment type is invalid for the given range along this edge.INVALID_NETWORK_EDGE_ATTRIBUTE_ADJUSTMENT
HRESULT:0x800422CBThe provided network attribute adjustment value is invalid for this operation on this network attribute.INVALID_NETWORK_ATTRIBUTE_ADJUSTMENT_VALUE
HRESULT:0x800422CCThe range of positions is invalid for this operation.INVALID_POSITION_RANGE
HRESULT:0x800422CDNetwork elevation model cannot be changed in the existing network dataset.NETWORK_ELEVATION_MODEL_CANNOT_CHANGE
HRESULT:0x800422CEConnectivity by Z coordinates is not supported in this geodatabase release.ZCOORDINATES_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x800422CFNetwork source cannot be added to the 3D network dataset since it is not Z-aware.NETWORK_SOURCE_INVALID_ELAVATION_MODEL
HRESULT:0x800422D0The network edge does not have a covering hyperedge.NETWORK_COVERING_HYPEREDGE_DOES_NOT_EXIST
HRESULT:0x800422D1The evaluator is invalid for shapefile-based network datasets.INVALID_EVALUATOR_FOR_SHAPEFILE_NETWORK_DATASET
HRESULT:0x800422D2The usage type or unit type of the evaluator is invalid.INVALID_USAGE_OR_UNIT_TYPE_FOR_EVALUATOR
HRESULT:0x800422D3The traffic data is invalid.INVALID_TRAFFIC_DATA
HRESULT:0x800422D4The time slice field name is invalid.INVALID_TIME_SLICE_FIELD_NAME
HRESULT:0x800422D5Historical traffic data cannot be added to or deleted from the existing network dataset.HISTORICAL_TRAFFIC_DATA_CANNOT_CHANGE
HRESULT:0x800422D6The traffic data is not supported.TRAFFIC_DATA_NOT_SUPPORTED
HRESULT:0x800422D7Traffic data fallback or time neutral attribute is missing.TRAFFIC_DATA_ATTRIBUTE_MISSING
HRESULT:0x800422D8The network dataset does not have a time zone attribute.NETWORK_DATASET_NO_TIME_ZONE
HRESULT:0x800422D9The network dataset signpost table is not registered in the Geodatabase.SIGNPOST_TABLE_NOT_REGISTERED
HRESULT:0x800422DAThe network dataset build should be done outside of an edit session.BUILD_INSIDE_EDIT_SESSION
HRESULT:0x800422DBThe network dataset has already been built.BUILDNETWORK_ALREADYBUILD
HRESULT:0x800422DC“For forward traversal, the AtJunction must be the FromEdge’s ToJunction.”FSTAR_INVALID_FROM_EDGE_FORWARD
HRESULT:0x800422DD“For backward traversal, the AtJunction must be the FromEdge’s FromJunction.”FSTAR_INVALID_FROM_EDGE_BACKWARD
HRESULT:0x800422DENo matching attribute record found.NO_ATTRIBUTE_RECORD
HRESULT:0x800422DFThe network dataset needs to be upgraded.NETWORK_DATASET_NEEDS_UPGRADE
HRESULT:0x800422E0The network dataset has already being upgraded.NETWORK_DATASET_ALREADY_UPGRADED
HRESULT:0x800422E1“The input time value is before January 1, 1970.”INVALID_TIME_VALUE
HRESULT:0x800422E2The time usage type is invalid.INVALID_NETWORK_TIME_USAGE_TYPE
HRESULT:0x800422E3Invalid time zone ObjectID.INVALID_TIME_ZONE_OBJECTID
HRESULT:0x800422E4Invalid time zone name.INVALID_TIME_ZONE_NAME
HRESULT:0x800422E5The length attribute used by the traffic data is missing.TRAFFIC_DATA_LENGTH_ATTRIBUTE_MISSING
HRESULT:0x800422E6The number of input array values must equal the number of time slices specified in the last call to StartEditing.INVALID_TIME_SLICE_ARRAY
HRESULT:0x800422E7Schema edits to a versioned network dataset are not supported.NETWORK_SCHEMA_CHANGES_NOT_SUPPORTED
HRESULT:0x800422E8The landmark source is not valid.INVALID_NETWORK_LANDMARK_SOURCE
HRESULT:0x800422E9The geometry type for the feature class is not valid for the network landmark source.INVALID_NETWORK_LANDMARK_SOURCE_GEOMETRY_TYPE
HRESULT:0x800422EAInvalid or missing network landmark source field.INVALID_NETWORK_LANDMARK_SOURCE_FIELD
HRESULT:0x800422EBA time zone network attribute is required for network datasets that use live traffic feeds.TIME_ZONE_ATTRIBUTE_IS_REQUIRED
HRESULT:0x80042401The cadastral fabric name is invalid.CADASTRAL_FABRIC_INVALID_NAME
HRESULT:0x80042402Cadastral fabrics are not supported in this release of the Geodatabase.CADASTRAL_FABRICS_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80042403A cadastral fabric with the specified name already exists.CADASTRAL_FABRIC_ALREADY_EXISTS
HRESULT:0x80042404A job with the specified name already exists for the cadastral fabric.CADASTRAL_FABRIC_JOB_ALREADY_EXISTS
HRESULT:0x80042405The status of the job is invalid for this procedure.CADASTRAL_FABRIC_JOB_INVALID_STATUS
HRESULT:0x80042406Schema error. Required fields are missing.CADASTRAL_FABRIC_SCHEMA_CORRUPTION
HRESULT:0x80042407Lock already exists for cadastral feature.CADASTRAL_FABRIC_JOB_LOCK_ALREADY_EXISTS
HRESULT:0x80042408System table is missing.CADASTRAL_FABRIC_MISSING_SYSTEM_TABLE
HRESULT:0x80042409Data is corrupted.CADASTRAL_FABRIC_DATA_CORRUPTION
HRESULT:0x8004240AJob has already been committed.CADASTRAL_FABRIC_JOB_ALREADY_COMMITTED
HRESULT:0x8004240BThe cadastral job was not found.CADASTRAL_FABRIC_JOB_NOT_FOUND
HRESULT:0x8004240CXML Packet failed to load.CADASTRAL_FABRIC_PACKET_LOAD_FAILED
HRESULT:0x8004240DXML Packet is missing required data.CADASTRAL_FABRIC_PACKET_MISSING_DATA
HRESULT:0x8004240EThe specified cadastral job does not belong to the current fabric.JOB_DOES_NOT_BELONG_TO_FABRIC
HRESULT:0x8004240FEdits to the fabric require an edit session.CADASTRAL_FABRIC_PACKET_POST_REQUIRES_EDIT_SESSION
HRESULT:0x80042410Cannot commit a cadastral job that contains unjoined parcels.JOB_UNJOINED_PARCEL_PRESENT
HRESULT:0x80042411The version of XML cannot be loaded.CADASTRAL_FABRIC_XML_PARSER_NOT_FOUND
HRESULT:0x80042412Cadastral feature already updated in default version.CADASTRAL_FABRIC_OBJECT_ALREADY_MODIFIED
HRESULT:0x80042413Cadastral feature is part of a job that is currently been edited.CADASTRAL_FABRIC_JOB_CURRENTLY_EDITED
HRESULT:0x80042414Source Datum does not match Cadastral Fabric Datum.CADASTRAL_FABRIC_DATUM_MISMATCH
HRESULT:0x80042415Cannot reconcile grandchild versions with fabric edits against default.CADASTRAL_FABRIC_ILLEGAL_RECONCILE
HRESULT:0x80042416Cannot commit the given job - no name supplied.CADASTRAL_FABRIC_COMMIT_NO_NAME
HRESULT:0x80042417Cannot commit the given job - not in default.CADASTRAL_FABRIC_COMMIT_NOT_DEFAULT
HRESULT:0x80042418Cannot commit the given job - the job is currently locked.CADASTRAL_FABRIC_COMMIT_JOB_LOCKED
HRESULT:0x80042419Cannot delete the given job - the job is not committed.CADASTRAL_FABRIC_JOB_NOT_COMMITTED
HRESULT:0x8004241ACopy paste of a topology with a cadastral fabric dataset is not supported in this release.CADASTRAL_FABRIC_COPY_WITH_TOPOLOGY_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x8004241BThe cadastral fabric operation was cancelled.CADASTRAL_FABRIC_OPERATION_CANCELLED
HRESULT:0x8004241CThe parcel fabric dataset has already being upgraded.CADASTRAL_FABRIC_ALREADY_UPGRADED
HRESULT:0x80042501Personal SDE can only have one editor.PERSONAL_SDE_ONE_EDITOR
HRESULT:0x80042502Failed to connect to Database Server.CANNOT_CONNECT_TO_SERVER
HRESULT:0x80042601The item was not found.ITEM_NOT_FOUND
HRESULT:0x80042602The item with path already exists.ITEM_WITH_PATH_EXISTS
HRESULT:0x80042603The item does not have a definition.ITEM_DOES_NOT_HAVE_DEFINITION
HRESULT:0x80042604The catalog path is invalid.INVALID_CATALOG_PATH
HRESULT:0x80042605A relationship already exists between these items.ITEM_RELATIONSHIP_EXISTS
HRESULT:0x80042606Cannot change the visibility of an existing item.CANNOT_CHANGE_ITEM_VISIBILITY
HRESULT:0x80042607Item relationship visibility must match the visibility of the related items.RELATIONSHIP_VISIBILITY_INVALID
HRESULT:0x80042608UpdateDataset cannot change this property.CANNOT_CHANGE_ITEM_PROPERTY
HRESULT:0x80042609Item relationship attributes are invalid.RELATIONSHIP_ATTRIBUTES_INVALID
HRESULT:0x8004260ACannot upgrade because there are other active connections.OTHER_ACTIVE_CONNECTIONS
HRESULT:0x8004260BUser does not have required priviliges to upgrade.USER_DOES_NOT_HAVE_UPGRADE_PRIVILIGES
HRESULT:0x8004260CInstance is not upgradable.INSTANCE_IS_NOT_UPGRADABLE
HRESULT:0x8004260DInstance does not support XML type.INSTANCE_DOES_NOT_SUPPORT_XML_TYPE
HRESULT:0x8004260EThe item relationship was not found.ITEM_RELATIONSHIP_NOT_FOUND
HRESULT:0x8004260FThe item associated with an item relationship was not found.ITEM_RELATIONSHIP_ITEM_NOT_FOUND
HRESULT:0x80042610The dataset definition is missing an expected controller membership.DEFINITION_MISSING_CONTROLLER_MEMBERSHIP
HRESULT:0x80042611The catalog item corresponds to an unknown type.UNKNOWN_CATALOG_TYPE
HRESULT:0x80042701The geodatabase doesn’t support unmanaged raster catalogs.DOES_NOT_SUPPORT_UNMANAGED_RASTER_CATALOG
HRESULT:0x80042801No spatial column presentQUERYDESCRIPTION_NOSPATIALCOLUMN
HRESULT:0x80042802Invalid column.QUERYDESCRIPTION_INVALIDCOLUMN
HRESULT:0x80042803OID not a mapped column.QUERYDESCRIPTION_OIDNOTMAPPEDCOLUMN
HRESULT:0x80042804Column exists.QUERYDESCRIPTION_COLUMNEXISTS
HRESULT:0x80042805Invalid field type.QUERYDESCRIPTION_INVALIDFIELDTYPE
HRESULT:0x80042806Oid mapped column has null value.QUERYTABLE_OIDMAPPEDCOLUMNHASNULL
HRESULT:0x80042807Query description out of sync.QUERYDESCRIPTION_OUTOFSYNC
HRESULT:0x80042808Fields used for OID mapping missing.QUERYDESCRIPTION_OIDFIELDSMISSING
HRESULT:0x80042809Geometry type not supported.QUERYDESCRIPTION_INVALIDGEOMETRYTYPE
HRESULT:0x8004280AFailed to parse the where clause.QUERYCLASS_INVALIDWHERE
HRESULT:0x8004280BOid value is unknown.QUERYCLASS_OIDUNKNOWN
HRESULT:0x8004280CQuery missing.QUERYTABLE_QUERYMISSING
HRESULT:0x8004280DWorkspace missing.QUERYTABLE_WORKSPACEMISSING
HRESULT:0x8004280EOid column has null value.QUERYTABLE_OIDCOLUMNHASNULL
HRESULT:0x8004280FGeometry type is null geometry.QUERYCLASS_NULLGEOMETRYTYPE
HRESULT:0x80042810Srid is invalid.QUERYCLASS_INVALIDSRID
HRESULT:0x80042811Spatial reference is invalid.QUERYCLASS_INVALIDSPATIALREFERENCE
HRESULT:0x80042812Class name is invalid.QUERYCLASS_INVALIDNAME
HRESULT:0x80042851Unable to obtain origin primary key value.RELCLASS_COULD_NOT_GET_ORIG_PRIM_KEY
HRESULT:0x80042852Unable to obtain origin foreign key value.RELCLASS_COULD_NOT_GET_ORIG_FOR_KEY
HRESULT:0x80042853Unable to obtain destination primary key value.RELCLASS_COULD_NOT_GET_DEST_PRIM_KEY
HRESULT:0x80042854Unable to obtain destination foreign key value.RELCLASS_COULD_NOT_GET_DEST_FOR_KEY
HRESULT:0x80042855The relationship class is incompatible with an existing relationship class.RELCLASS_INCOMPATIBLE_WITH_EXISTING_RELCLASS
HRESULT:0x80042856Cannot reset foreign keys for an existing relationship row.RELCLASS_CANNOT_RESET_FKEYS
HRESULT:0x80042857Invalid foreign key value.RELCLASS_INVALID_FKEY
HRESULT:0x80042858QueryDef-based search returned an invalid cursor.RELCLASS_INVALID_CURSOR
HRESULT:0x80042859The relationship class was not found.RELATIONSHIPCLASS_NOT_FOUND
HRESULT:0x8004285AInvalid relationship class name.RELATIONSHIPCLASS_INVALID_NAME
HRESULT:0x8004285BThe relationship class already exists.RELATIONSHIPCLASS_ALREADY_EXISTS
HRESULT:0x8004285CInvalid relationship class specification.RELATIONSHIPCLASS_INVALID_SPEC
HRESULT:0x8004285DCannot open origin or destination class of this relationship class.RELATIONSHIPCLASS_ORIGIN_DEST_NOT_FOUND
HRESULT:0x8004285EThe replace command cannot be completed because the attributed relationship row’s origin and/or destination class object does not exist. Ensure that both of the related objects are present before attempting to execute the replace with command.MISSING_ORIGIN_OR_DESTINATION_OBJECT
HRESULT:0x80042901The connectivity rule is invalid/malformed.INVALID_CONNECTIVITY_RULE
HRESULT:0x80042902Validation not supported on non-SQL datasets.VALIDATION_NOT_SUPPORTED
HRESULT:0x80042903The cardinality specified for the connectivity rule is invalid.INVALID_CARDINALITY
HRESULT:0x80042904Default junctions not supported in this release of the Geodatabase.DEFAULT_JUNCTIONS_NOT_SUPPORTED_IN_RELEASE
HRESULT:0x80042905Altering this type of validation rule not supported.ALTERING_RULE_NOT_SUPPORTED
HRESULT:0x80042906Connectivity rules are not supported on simple features.CONNECTIVITY_RULES_NOT_SUPPORTED
HRESULT:0x80042907Cannot alter a non-existant rule.CANNOT_ALTER_NON_EXISTANT_RULE
HRESULT:0x80042908Validation rule not found.RULE_NOT_FOUND
HRESULT:0x80042951Zero-length polylines not allowed.ZERO_LENGTH_POLYLINE
HRESULT:0x80042952Closed polylines not allowed.CLOSED_POLYLINE
HRESULT:0x80042953Junction feature does not have network ancillary role.NO_NETWORK_ANCILLARY_ROLE
HRESULT:0x80042954Flipping polylines not allowed.FLIPPED_POLYLINE
HRESULT:0x80042955Splitting junction features not allowed.CANNOT_SPLIT_JUNCTION
HRESULT:0x80042956Invalid network ancillary role.INVALID_NETWORK_ANCILLARY_ROLE
HRESULT:0x80042957Cannot add an orphan junction on top of an existing junction.CANNOT_ADD_ORPHAN_JUNCTION_ON_EXISTING_JUNCTION
HRESULT:0x80042958The specified junction index is invalid.INVALID_JUNCTION_INDEX
HRESULT:0x80042959Unable to set the enabled field associated with a network element.CANNOT_SET_ENABLED_FIELD
HRESULT:0x8004295AUnable to set the weight field associated with a network element.CANNOT_SET_WEIGHT_FIELD
HRESULT:0x8004295BAn invalid type of geometry is being set into a complex junction.INVALID_GEOMETRY_FOR_COMPLEX_JUNCTION
HRESULT:0x8004295CAn invalid geometry type is associated with a network feature class.INVALID_GEOMETRY_TYPE_FOR_NETWORK_FEATURE_CLASS
HRESULT:0x8004295DThe network feature does not have an associated network element.NO_ASSOCIATED_NETWORK_ELEMENT
HRESULT:0x8004295EThe edge feature has the same from and to junctions.IDENTICAL_FROM_TO_JUNCTIONS
HRESULT:0x8004295FThe edge feature is missing either a from or to junction.EDGE_MISSING_ENDPOINT_JUNCTION
HRESULT:0x80042960The connected edge feature has invalid connectivity.CONNECTED_EDGE_INVALID_CONNECTIVITY
HRESULT:0x80042961A connected feature has inconsistent connectivity and cannot be corrected.INVALID_CONNECTIVITY_CANNOT_BE_CORRECTED
HRESULT:0x80042962Invalid network feature class.INVALID_NETWORK_FEATURE_CLASS
HRESULT:0x80043001The domain was not found.DOMAIN_NOT_FOUND
HRESULT:0x80043002The domain is used by an attribute rule.DOMAIN_USED_BY_ATTRIBUTE_RULE
HRESULT:0x80043003The domain is used as a default domain.DOMAIN_USED_AS_DEFAULT_DOMAIN
HRESULT:0x80043004Domain name already in use.DOMAIN_NAME_ALREADY_EXISTS
HRESULT:0x80043005The value of the domain exceeds the length of the field.DOMAIN_VALUE_EXCEEDS_FIELD_LENGTH
HRESULT:0x80043006The existing domain owner does not match that of the updated domain.DOMAIN_OWNER_DOESNT_MATCH
HRESULT:0x80043007The existing domain field type does not match that of the updated domain.DOMAIN_FIELD_TYPE_DOESNT_MATCH
HRESULT:0x80043008The domain type is not supported.DOMAIN_TYPE_NOT_SUPPORTED
HRESULT:0x80043009The value being added to the coded value domain already exists.CODED_VALUE_DOMAIN_VALUE_ALREADY_EXISTS
HRESULT:0x8004300AClient cocreated domains may not be locked.CANNOT_LOCK_COCREATED_DOMAIN
HRESULT:0x8004300BThe domain is already used by another workspace.DOMAIN_USED_BY_OTHER_WORKSPACE
HRESULT:0x8004300CThe domain field type does not match that of the field it is being assigned to.DOMAIN_FIELD_TYPE_MISMATCH
HRESULT:0x8004300DDomain may not be locked as the user is not the owner.CANNOT_LOCK_DOMAIN_AS_NOT_OWNER
HRESULT:0x8004300EThe specified default domain was not found.DEFAULT_DOMAIN_NOT_FOUND
HRESULT:0x8004300FThe domain record was not found.DOMAIN_RECORD_NOT_FOUND
HRESULT:0x80043010The existing domain type does not match that of the updated domain.DOMAIN_TYPE_DOESNT_MATCH
HRESULT:0x80043011The name of an entry in the coded value domain is empty.CODED_VALUE_DOMAIN_NAME_EMPTY
HRESULT:0x80043012The value is not compatible with the field types associated with the coded value domain.CODED_VALUE_DOMAIN_VALUE_NOT_COMPATIBLE
HRESULT:0x80043013The value type is inconsistent with other associated value types in the coded value domain.CODED_VALUE_DOMAIN_VALUE_INCONSISTENT
HRESULT:0x80043014The field type is not compatible with the associated value types in the coded value domain.CODED_VALUE_DOMAIN_FIELD_TYPE_NOT_COMPATIBLE
HRESULT:0x80043015The domain cannot be deleted.CANNOT_DELETE_DOMAIN
HRESULT:0x80043016The domain name is invalid.DOMAIN_INVALID_NAME
HRESULT:0x80043017The domain definition is different from the domain of the same name in the workspace.DOMAIN_DOES_NOT_MATCH_WORKSPACE
HRESULT:0x80043018The domain is incompatible with the existing default value.DOMAIN_INCOMPATIBLE_WITH_DEFAULT_VALUE
HRESULT:0x80043019The process has timed out while waiting for traffic update downloads.TRAFFIC_DOWNLOAD_TIMEOUT
HRESULT:0x8004301AAn error was encountered connecting to the dynamic traffic data. Verify that the network dataset’s Traffic Feed property is correctly set and that you have access to this location.REFRESH_DYNAMIC_TRAFFIC_ERROR
HRESULT:0x80043051Invalid name object.INVALID_NAME_OBJECT
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系:hwhale#tublm.com(使用前将#替换为@)

ArcEngine错误提示 的相关文章

随机推荐

  • 音视频开发之旅(66) - 音频变速不变调的原理

    目录 声音的基本知识时域压扩 xff08 TSM 的原理波形相似叠加 xff08 WSOLA xff09 资料收获 音频的原始pcm数据是由 采样率 采样通道数以及位宽而定 常见的音频采样率是44100HZ xff0c 即一秒内采样4410
  • 音视频开发之旅(67) - 变速不变调之sonic源码分析

    目录 基音周期 浊音的概念Sonic源码分析资料收获 上一篇我们学习了音频变速不变调的原理以及WSOLA波形相似叠加算法进行时域压扩处理 其中在寻找相似帧方面 xff0c Sonic采用AMDF xff08 平均幅度差函数法 xff09 方
  • 通过串口使用AT指令发送短消息

    转自 xff1a http blog csdn net feelinghappy article details 9344605 Q 用串口连接GSM手机发送和接收短消息 xff0c 在应用程序中如何编程实现 xff1f Q 我们打算开发一
  • ARM常用重要的寄存器及指令解释 和 指令英文全称

    一 常用的寄存器 r0 r3 临时变量 用于传递参数 xff0c 传递返回指 xff0c 当传递参数的参数大于4个时 xff0c 用栈空间 即开辟sp fp xff1a frame pointer 记录回溯sp ip 很少用 xff0c 临
  • 数据标准化处理

    一 为什么进行标准化处理 在多指标评价体系中 xff0c 由于各评价指标的性质不同 xff0c 通常具有不同的量纲和数量级 当各指标间的水平相差很大时 xff0c 如果直接用原始指标值进行分析 xff0c 就会突出数值较高的指标在综合分析中
  • ubuntu14.04 eclipse安装svn插件 遇到的问题 Incompatible JavaHL library loaded. 1.7.x or later required.

    转载请注明转自 xff1a http write blog csdn net postedit eclipse svn的插件无法使用 xff0c 很是纠结 后来发现是安装版本兼容行的问题 默认安装svn 默认版本是1 8 x javaHL
  • Error:Execution failed for task ':app:dexDebug'.> com.android.ide.common.process.ProcessException: o

    出现上述问题 检查下是否多次引用同一个jar包 有以下情况 1 module下jar包版本不同 2 同一个module 在libs中包含了 jar xff0c 而在src下又把相应的source页加入了 3 gradle中是否重复编译 xf
  • android开发中遇到的问题汇总【九】

    244 http请求的url含有中字符时 xff0c 需要Uri编码 Uri encoder 245 使用androidstudio时 xff0c 不知道什么原因svn不见了 Android Studio missing Subversio
  • android音视频点/直播模块开发

    前言 随着音视频领域的火热 xff0c 在很多领域 xff08 教育 xff0c 游戏 xff0c 娱乐 xff0c 体育 xff0c 跑步 xff0c 餐饮 xff0c 音乐等 xff09 尝试做音视频直播 点播功能 xff0c 那么作为
  • ubuntu安装xgboost,CPU版和GPU版配置

    ubuntu安装xgboost CPU版 第一种方法采用pip安装 xff1a pip install xgboost出现如下报错 xff1a Command 34 python setup py egg info 34 failed wi
  • vmware 下通过Gparted 扩容ubuntu更目录磁盘

    情景 xff1a 因为要扩容的盘挂载在根目录下 xff0c 所以没法直接在ubuntu运行时候用gparted来进行扩容 1 gparted官网下载iso文件 网址 xff1a https sourceforge net projects
  • 批处理窗口自动关闭和暂停办法

    运行bat批处理方式不同 xff0c 处理也不同 一 在资源管理器中 xff0c 双击bat文件方法运行批处理 1 这种方式 xff0c 默认是运行完自动关闭cmd窗口 2 需要运行完批处理 xff0c 然后停留在cmd窗口 xff0c 可
  • 一次Ajax报错:“存储空间不足,无法完成此操作”的解决经验

    连续几天我们收到几位客户的问题工单 xff0c 问题描述都类似 xff0c 都是在做登陆或者交易时报脚本错误 xff0c 交易无法正常执行 我们 远程协助 客户机器时 xff0c 调试发现都是ajax代码出错 xff0c 错误如下 xff1
  • Java异常的另类用法(一)

    异常在我们的代码中是不可避免的 xff0c 有些异常可以忽略 xff0c 多数的异常我们要显式处理 xff08 至少要记录日志 xff0c 以便后面排查问题 xff09 xff0c 这里我们不是要细说异常的处理规范 xff0c 而是使用异常
  • 使用POI在Excel单元格插入符号(Symbol)

    最近看到有人在 技术问答 上提问怎么用java在excel中插入打勾符号 xff1f 我想解决这个问题并不难 我们先打开一个excel文件 xff0c 在里面插入特定符号 xff0c 然后用poi xff08 其他的技术也可以 xff09
  • 系统中定义的一些常见的错误

    ifndef ARM ERRNO H define ARM ERRNO H define EPERM 1 Operation not permitted define ENOENT 2 No such file or directory d
  • Eclipse下C语言的Socket编程(Winsock,gcc)问题总结

    最近心血来潮想从新温习一下C语言 xff08 工作后一直用Java xff0c 其实大学时C语言课程也没好好上 xff0c 正经的代码基本没写过 xff0c 惭愧啊 xff01 xff09 xff0c 找了些小例子 xff0c 修修改改 x
  • 各种哈希函数的java实现

    收集整理 public class HashUtils br private static final int crctab 61 0x00000000 0x77073096 0xee0e612c 0x990951ba br 0x076dc
  • 连接远程linux服务器

    SSH简介 我们在 搭建服务器时通常选择Linux版本 xff0c 如果远程的服务器没有桌面 xff0c mac电脑如何在本地操作远程的服务器呢 方法是很简单的 xff0c mac电脑为我们提供了ssh命令 xff0c 使用这个命令可以快速
  • ArcEngine错误提示

    整理了一下Arcgisengine错误代码 xff0c 希望能帮到大家 错误代码错误描述错误名称HRESULT 0x80040201 Failed to load a resource string icon bitmap etc LOAD