FDO Error Codes.
Constant | Value | Description |
---|---|---|
FDO_E_LOADING_RESOURCE | -2147220991 | Failed to load a resource (string, icon, bitmap, etc). |
FDO_E_INDEX_OUT_OF_RANGE | -2147220990 | The index passed was not within the valid range. |
FDO_E_NOT_SUPPORTED | -2147220989 | The operation is not supported by this implementation. |
FDO_E_NOT_ENOUGH_SPACE | -2147220988 | There is not enough storage space to complete the operation. |
FDO_E_NO_PERMISSION | -2147220987 | The user does not have permission to execute the operation. |
FDO_E_IMPLEMENTATION | -2147220986 | 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. |
FDO_E_INVALID_SQL | -2147220985 | An invalid SQL statement was used. |
FDO_E_NETWORK | -2147220984 | A networking error occurred. |
FDO_E_DATE_CONVERSION | -2147220983 | A date conversion error has occurred. |
FDO_E_OBJECT_IS_DELETED | -2147220982 | The object has been deleted and is no longer valid. |
FDO_E_WORKSPACE_NOT_COMPATIBLE | -2147220981 | The workspace is of the wrong type. |
FDO_E_OBJECT_IS_READONLY | -2147220980 | Modifications to the object are not allowed. |
FDO_E_OBJECT_IN_USE | -2147220979 | Object is busy. |
FDO_E_OBJECT_MAX_REACHED | -2147220978 | Maximum number of objects reached. |
FDO_E_OBJECT_IS_LOCKED | -2147220977 | Object is currently locked. |
FDO_E_INVALID_ENVELOPE | -2147220976 | Invalid envelope encountered. |
FDO_E_FILE_IO | -2147220975 | File read/write error occurred. |
FDO_E_LICENSE_FAILURE | -2147220974 | A product licensing error occurred. |
FDO_E_DBMS_ERROR | -2147220973 | An underlying database error occurred. |
FDO_E_COERCING | -2147220972 | An error occurred trying to coerce data from one type to another. |
FDO_E_BINDING | -2147220971 | A general data binding error occurred. |
FDO_E_SCHEMA_LOCK_CONFLICT | -2147220970 | Cannot acquire a schema lock because of an existing lock. |
FDO_E_MUST_BE_OWNER | -2147220969 | Must be the owner to do this operation. |
FDO_E_OBJECT_NOT_LOCKED | -2147220968 | Object has no schema locks. |
FDO_E_ESRI_PROVIDER_CONNECT_INVALID | -2147220967 | Connection to ESRI OLE DB provider is invalid. |
FDO_E_CONNECTION_CANCELLED | -2147220966 | SDE Connection dialog is cancelled. |
FDO_E_INVALID_RELEASE | -2147220965 | This release of the Geodatabase is not up to date. |
FDO_E_NO_SYSTEM_TABLES | -2147220964 | Geodatabase System Tables not found. |
FDO_E_CONNECT_PARAMETERS_CONFLICT | -2147220963 | Conflicting connection parameters. |
FDO_E_FIELDINFO_SYSTEM_TABLE_INCONSISTENCY | -2147220962 | Geodatabase FieldInfo system table inconsistent. |
FDO_E_NO_EDIT_LICENSE | -2147220961 | The application is not licensed to edit this type of data . |
FDO_E_NO_SCHEMA_LICENSE | -2147220960 | The application is not licensed to create or modify schema for this type of data. |
FDO_E_NO_OPERATION_LICENSE | -2147220959 | The application does not have the required license for this operation. |
FDO_E_OPERATION_CANNOT_BE_UNDONE | -2147220958 | The current operation cannot be undone. |
FDO_E_EDIT_OPERATION_REQUIRED | -2147220957 | The current operation requires an edit operation. |
FDO_E_RECONCILE_CANNOT_BE_UNDONE | -2147220956 | The reconcile operation cannot be undone. |
FDO_E_OBJECT_NOT_INITIALIZED | -2147220955 | The object is not initialized. |
FDO_E_INTEGER_REQUIRES_64BITS | -2147220954 | The integer requires a 64-bit representation. |
FDO_E_SYNTAX_ERROR | -2147220953 | Syntax error. |
FDO_E_LICENSE_NOT_INITIALIZED | -2147220952 | License not intialized. |
FDO_E_TABLE_SIZE_EXCEEDED | -2147220951 | Maximum table size has been exceeded. |
FDO_E_SECURED_DATA_NO_ACCESS | -2147220950 | Cannot access secured data. |
FDO_E_INVALID_SQLQUERY | -2147220949 | An SQL statement containing comment and/or semicolon was used. |
FDO_E_INVALID_NAME | -2147220948 | The name is invalid. |
FDO_E_LOCK_CONFLICT | -2147220947 | Cannot acquire a lock. |
FDO_E_UPGRADE_NEEDS_WRITE_ACCESS | -2147220946 | Upgrade will need write access to the geodatabase to successfully complete. |
FDO_E_NEGATIVE_FID | -2147220945 | FIDs in FIDSet must not be negative. |
FDO_E_WORKSPACE_NOT_CONNECTED | -2147220911 | The workspace is not connected. |
FDO_E_WORKSPACE_ALREADY_CONNECTED | -2147220910 | The workspace is already connected. |
FDO_E_SERVER_NOT_FOUND | -2147220909 | The server was not found. |
FDO_E_SERVER_NOT_AVAILABLE | -2147220908 | The server was found, but is not available at this time. |
FDO_E_SERVER_MAX_CONNECTIONS | -2147220907 | The server does not allow anymore connections at this time. |
FDO_E_USER_INVALID | -2147220906 | The user and/or password is invalid. |
FDO_E_USER_NOACCESS | -2147220905 | The user does not have access to the workspace. |
FDO_E_DATABASE_NOT_FOUND | -2147220904 | The database was not found. |
FDO_E_DATABASE_NOT_AVAILABLE | -2147220903 | The database was found, but is not available at this time. |
FDO_E_WORKSPACE_ALREADY_EXISTS | -2147220902 | The workspace already exists. |
FDO_E_WORKSPACE_EXTENSION_CREATE_FAILED | -2147220901 | Unable to instantiate workspace extension component. |
FDO_E_WORKSPACE_EXTENSION_INIT_FAILED | -2147220900 | Unable to initialize workspace extension. |
FDO_E_WORKSPACE_EXTENSION_DATASET_CREATE_FAILED | -2147220899 | Failed sending dataset created notification to workspace extension. |
FDO_E_WORKSPACE_EXTENSION_DATASET_RENAME_FAILED | -2147220898 | Failed sending dataset renamed notification to workspace extension. |
FDO_E_WORKSPACE_EXTENSION_DATASET_DELETE_FAILED | -2147220897 | Failed sending dataset deleted notification to workspace extension. |
FDO_E_WORKSPACE_EXTENSION_DUP_NAME | -2147220896 | Illegal duplicate workspace extension name. |
FDO_E_WORKSPACE_EXTENSION_DUP_GUID | -2147220895 | Illegal duplicate workspace extension guid. |
FDO_E_WORKSPACE_EXTENSION_NO_REG_PRIV | -2147220894 | Altering workspace extension registration requires Geodatabase DBA priveleges. |
FDO_E_WORKSPACE_READONLY | -2147220893 | Workspace or data source is read only. |
FDO_E_DATASET_NOT_SUPPORTED_AT_WORKSPACE_LEVEL | -2147220892 | The dataset is not supported at the workspace level. |
FDO_E_WORKSPACE_NO_KEYSETTABLEMANAGER | -2147220891 | Workspace does not support Keyset Table. |
FDO_E_WORKSPACE_NO_KEYSETTABLE | -2147220890 | Keyset table was not returned. |
FDO_E_WORKSPACE_INVALID_KEYSETID | -2147220889 | Returned Keyset id is invalid. |
FDO_E_WORKSPACEFACTORY_BAD_CONNECTIONPROPERTY | -2147220888 | A missing or bad connection property was encountered. |
FDO_E_WORKSPACE_EXTENSION_NOT_SUPPORTED | -2147220887 | Workspace extensions are not supported. |
FDO_E_WORKSPACE_EXTENSION_DATASET_MODIFY_FAILED | -2147220886 | Failed sending dataset modified notification to workspace extension. |
FDO_E_DATASET_NOT_FOUND | -2147220735 | The dataset was not found. |
FDO_E_DATASET_INVALID_NAME | -2147220734 | The dataset name is invalid. |
FDO_E_DATASET_ALREADY_EXISTS | -2147220733 | The dataset already exists. |
FDO_E_DATASET_CANNOT_RENAME | -2147220732 | Cannot rename the dataset with objects already open. |
FDO_E_DATASET_INVALID_TYPE | -2147220731 | Invalid dataset type. |
FDO_E_DATASET_CANNOT_DELETE | -2147220730 | Cannot delete the dataset. |
FDO_E_DATASET_EXTENSION_TYPE_NOT_FOUND | -2147220729 | Cannot find the specified feature dataset extension type. |
FDO_E_DATASET_PASTE_NOT_SUPPORTED_IN_RELEASE | -2147220728 | The paste operation on the dataset is not supported in the target release of the Geodatabase. |
FDO_E_DATASET_CANNOT_RENAME_NOT_SUPPORTED | -2147220727 | Cannot rename the dataset. |
FDO_E_DATASET_EXTENSION_CREATE_FAILED | -2147220726 | Unable to instantiate dataset extension component. |
FDO_E_DATASET_EXTENSION_INIT_FAILED | -2147220725 | Unable to initialize dataset extension. |
FDO_E_CANNOT_CREATE_LOW_PREC_DATASET_IN_HIGH_PREC_DB | -2147220724 | Cannot create a low precision dataset in a high precision database. |
FDO_E_CANNOT_CREATE_HIGH_PREC_DATASET_IN_LOW_PREC_DB | -2147220723 | Cannot create a high precision dataset in a low precision database. |
FDO_E_DATASET_TYPE_NOT_PRESENT | -2147220722 | The dataset type is not present in the database. |
FDO_E_CANNOT_COPY_CLASS_WITHOUT_ALL_CONTROLLERS | -2147220721 | Cannot copy a feature class without all associated controllers. |
FDO_E_DATASET_TYPE_NOT_SUPPORTED_IN_RELEASE | -2147220720 | The dataset type is not supported in this release of the Geodatabase. |
FDO_E_DATASET_INVALID_DEFINITION | -2147220719 | The dataset has an invalid definition. |
FDO_E_DATASET_INVALID_ID | -2147220718 | The dataset has an invalid id. |
FDO_E_CANNOT_RENAME_WHILE_EDITING | -2147220717 | Cannot rename a dataset that is being edited. |
FDO_E_CANNOT_MODIFY_SCHEMA_WHILE_EDITING | -2147220716 | Cannot update the schema of a dataset that is being edited. |
FDO_E_TABLE_NOT_FOUND | -2147220655 | The table was not found. |
FDO_E_TABLE_INVALID_NAME | -2147220654 | The table name is invalid. |
FDO_E_TABLE_ALREADY_EXISTS | -2147220653 | The table already exists. |
FDO_E_TABLE_NO_OID_FIELD | -2147220652 | The table does not have an OID Field. |
FDO_E_TABLE_INVALID_KEYWORD | -2147220651 | The configuration keyword is invalid. |
FDO_E_TABLE_NOT_VERSIONED | -2147220650 | The table is not multiversioned. |
FDO_E_TABLE_DUPLICATE_COLUMN | -2147220649 | Cannot create a table with a duplicate column. |
FDO_E_TABLE_COLUMN_NOT_FOUND | -2147220648 | A column was specified that does not exist. |
FDO_E_TABLE_IN_USE | -2147220647 | Cannot access this table because it is in use. |
FDO_E_TABLE_RECORD_LENGTH_EXCEEDED | -2147220646 | The maximum record length has been exceeded. |
FDO_E_TABLE_VERSIONED | -2147220645 | The table is multiversioned. |
FDO_E_TABLE_MOVINGEDITSTOBASE | -2147220644 | The table is moving edits to base. |
FDO_E_TABLE_ARCHIVING | -2147220643 | The table has archiving enabled. |
FDO_E_TABLE_NOT_ARCHIVING | -2147220642 | The table does not have archiving enabled. |
FDO_E_TABLE_READONLY_HISTORICAL | -2147220641 | The table is historical and is read-only. |
FDO_E_TABLE_NO_ATTACHMENTS | -2147220640 | The table does not have attachments. |
FDO_E_TABLE_ATTACHMENTS_NOT_SUPPORTED | -2147220639 | Table attachments not supported in this release of the Geodatabase. |
FDO_E_TABLE_CANNOT_ANALYZE_TABLE_VIEW | -2147220638 | This feature class is based upon a table view and thus cannot be analyzed. |
FDO_E_TABLE_NO_GLOBALID_FIELD | -2147220637 | The table does not have a Global ID Field. |
FDO_E_ATTACHMENTS_ON_ATTACHMENT_TABLE_NOT_SUPPORTED | -2147220636 | Attachments are not supported on attachment tables. |
FDO_E_FEATURECLASS_NOT_FOUND | -2147220479 | The feature class was not found. |
FDO_E_FEATURECLASS_BAD_EXTENT | -2147220478 | The feature class's extent could not be retrieved or is invalid. |
FDO_E_FEATURECLASS_INVALID_NAME | -2147220477 | Invalid feature class name. |
FDO_E_FEATURECLASS_ALREADY_EXISTS | -2147220476 | The feature class already exists. |
FDO_E_FEATURECLASS_LOAD_MODE | -2147220475 | The feature class is currently in load-only mode. |
FDO_E_FEATURECLASS_NETWORK_CANNOT_DELETE | -2147220474 | The feature class is in a geometric network and cannot be deleted. |
FDO_E_FEATURECLASS_BAD_DEFAULT_SUBTYPE_CODE | -2147220473 | The feature class' default subtype code cannot be retrieved or is invalid. |
FDO_E_FEATURECLASS_NO_SUBTYPE_FIELD | -2147220472 | The feature class does not have a specified subtype field. |
FDO_E_FEATURECLASS_NETWORK_CANNOT_RENAME | -2147220471 | The orphan junction featureclass cannot be renamed. |
FDO_E_FEATURECLASS_SUBTYPE_EXISTS | -2147220470 | The feature class already has the specified subtype. |
FDO_E_FEATURECLASS_FD_NOT_EDITABLE | -2147220469 | The feature dataset is not editable. |
FDO_E_FEATURECLASS_SUBTYPE_FIELD_CANNOT_RENAME | -2147220468 | The subtype field on a feature class cannot be renamed. |
FDO_E_SUBTYPE_CODE_INVALID | -2147220467 | The specified subtype code is either too large or small to represent. |
FDO_E_SUBTYPE_CODE_DOES_NOT_EXIST | -2147220466 | The specified subtype code does not exist. |
FDO_E_SUBTYPE_CODE_IS_NULL | -2147220465 | The value of the subtype code is NULL. |
FDO_E_SUBTYPE_CODE_NOT_INTEGER | -2147220464 | The value of the subtype code is not a long or short integer. |
FDO_E_FEATURECLASS_NO_SHAPE_COLUMN | -2147220463 | The feature class does not have a shape column. |
FDO_E_FEATURECLASS_TOPOLOGY_CANNOT_DELETE | -2147220462 | The feature class is in a topology and cannot be deleted. |
FDO_E_SUBTYPE_CODE_HAS_ASSOCIATED_TOPOLOGY_RULE | -2147220461 | The subtype code is associated with a topology rule. |
FDO_E_SUBTYPE_IN_USE_CANNOT_DELETE | -2147220460 | The subtype code is in use and cannot be deleted. |
FDO_E_SUBTYPE_CANNOT_ADD | -2147220459 | The subtype code cannot be added. |
FDO_E_SPATIAL_CACHE_EMPTY_EXTENT | -2147220458 | The spatial cache's extent is empty or has not been set. |
FDO_E_FEATURECLASS_MEMBER_OF_CONTROLLER | -2147220457 | The feature class is already a member of the specified controller. |
FDO_E_FEATURECLASS_CANT_OPEN_GEOMETRICNETWORK | -2147220456 | The feature class participates in a geometric network that could not be opened. |
FDO_E_FEATURECLASS_CANT_OPEN_TOPOLOGY | -2147220455 | The feature class participates in a topology that could not be opened. |
FDO_E_FEATURECLASS_NETWORK_DATASET_CANNOT_DELETE | -2147220454 | The feature class is in a network dataset and cannot be deleted. |
FDO_E_PLANARGRAPH_NOT_FOUND | -2147220399 | The planargraph was not found. |
FDO_E_GEOMETRICNETWORK_NOT_FOUND | -2147220223 | The geometric network was not found. |
FDO_E_ADD_FEATURE_TO_NETWORK | -2147220222 | Error adding a feature to a network. |
FDO_E_CREATE_LOGICAL_NETWORK | -2147220221 | Error creating a logical network. |
FDO_E_GEOMETRICNETWORK_ALREADY_EXISTS | -2147220220 | The geometric network already exists. |
FDO_E_ZERO_LENGTH_EDGE_ELEMENT | -2147220219 | Geometry corresponding to edge element may not be zero length. |
FDO_E_GEOMETRICNETWORK_CANNOT_RENAME | -2147220218 | Cannot rename a geometric network. |
FDO_E_GEOMETRICNETWORK_ELEMENT_INCONSISTENCY | -2147220217 | Inconsistent elements in the geometric network. |
FDO_E_NETWORK_FEATURES_HAVE_HOMOGENEOUS_Z_SUPPORT | -2147220216 | Feature classes in a geometric network must have homogeneous support for Zs on geometry. |
FDO_E_NO_ASSOCIATED_ERROR_TABLE | -2147220215 | There is no error table associated with the geometric network. |
FDO_E_FEATURE_ELEMENT_MISSING_POINT_GEOMETRY | -2147220214 | There is no point geometry associated with the feature element. |
FDO_E_NETWORK_FEATURES_HAVE_HOMOGENEOUS_M_SUPPORT | -2147220213 | Feature classes in a geometric network must have homogeneous support for Ms on geometry. |
FDO_E_CLASS_EXISTS_WITH_ORPHAN_JUNCTION_CLASS_NAME | -2147220212 | An existing class has the same name as the orphan junction feature class. |
FDO_E_GEOMETRICNETWORK_INVALID_NAME | -2147220211 | The geometric network name is invalid. |
FDO_E_INVALID_FIELD_FOR_WEIGHT_ASSOCIATION | -2147220210 | The specified field cannot be part of a weight association. |
FDO_E_INVALID_CLASS_FOR_WEIGHT_ASSOCIATION | -2147220209 | The specified class cannot be part of a weight association. |
FDO_E_CONNECTED_FEATURE_DOES_NOT_EXIST | -2147220208 | The connected feature does not exist. |
FDO_E_OPEN_LOGICAL_NETWORK | -2147220207 | Error opening a logical network. |
FDO_E_NETWORK_ELEMENT_ID_BEYOND_MAX | -2147220206 | A network feature has a network element whose id is larger than the maximum eid value in the PROPS table. |
FDO_E_EDGE_ENDPOINT_NOT_COINCIDENT | -2147220205 | Edge endpoint is not coincident with junction. |
FDO_E_DATASET_UNEDITABLE | -2147220143 | The dataset does not support editing. |
FDO_E_START_EDITING | -2147220142 | Error starting an edit session. |
FDO_E_SAVE_EDIT_SESSION | -2147220141 | Error saving an edit session. |
FDO_E_STOP_EDITING_WITH_SAVE | -2147220140 | Error stopping an edit session with save edits. |
FDO_E_STOP_EDITING_WITH_DISCARD | -2147220139 | Error stopping an edit session with discard edits. |
FDO_E_NOT_ALLOWED_WHILE_EDITING | -2147220138 | This operation is not allowed while editing. |
FDO_E_COULD_NOT_CLEAN_COVERAGE | -2147220137 | Error in cleaning coverage during save. |
FDO_E_NO_INTEGRATEABLE_LAYERS | -2147220136 | No valid InteGrateable Feature layers within Feature Dataset. |
FDO_E_INVALID_TOPOLOGY | -2147220135 | Invalid Topology. |
FDO_E_NOT_EDITING | -2147220134 | Operation only allowed while editing. |
FDO_E_COULD_NOT_ENCODE_INFO_ITEM | -2147220133 | Error in encoding INFO item during save. |
FDO_E_NODE_NOT_ON_ARC | -2147220132 | Node must intersect an arc feature. |
FDO_E_CANNOT_REMOVE_LAST_LABEL | -2147220131 | Cannot remove last label from polygon. |
FDO_E_CANNOT_MOVE_LABEL_OUT_OF_POLYGON | -2147220130 | Cannot move label out of polygon. |
FDO_E_INVALID_POLYGON_LABEL_DELETED | -2147220129 | Label no longer within valid polygon, deleting. |
FDO_E_CANNOT_BREAK_TOPOLOGY | -2147220128 | Operations that break coverage topology are not supported. |
FDO_E_CANNOT_CREATE_UNIVERSE_LABEL | -2147220127 | Coverage labels cannot be created in the universe polygon. |
FDO_E_CANNOT_MOVE_UNIVERSE_LABELS | -2147220126 | Coverage labels in the universe polygon cannot be moved. |
FDO_E_INVALID_GEOMETRY | -2147220125 | Invalid geometry. |
FDO_E_CORUPTED_COVERAGE | -2147220124 | Corupted Coverage. |
FDO_E_DUPLICATE_FIELD_NAMES | -2147220123 | Duplicate Field Names within Table. |
FDO_E_CANNOT_EDIT_ZS | -2147220122 | Cannot edit features with Z values. |
FDO_E_NO_POLYGONS_CREATED | -2147220121 | No newly added features, after PolygonSplitLines. |
FDO_E_ABORT_EDITS_FAILED | -2147220120 | Unable to save edits because an incorrect edit operation could not be completely rolled back. |
FDO_E_FLUSH_EDITS_FAILED | -2147220119 | Unable to save edits because of failure in flushing edits to the database. |
FDO_E_CANNOT_EDIT_TABLE_WITH_UNIQ_USER_INDEX | -2147220118 | Unable to edit the table or feature class because it has a unique index on a non OID field. |
FDO_E_CANNOT_EDIT_DATASET_WITH_UNIQ_USER_INDEX | -2147220117 | Unable to edit the dataset because it contains a table or feature class with a unique index on a non OID field. |
FDO_E_CANNOT_REBUILD_POLYGONS | -2147220116 | Cannot rebuild polygons from current topology elements. |
FDO_E_USERTRANSACTION_NOT_ALLOWED | -2147220115 | User transaction not allowed at this time. |
FDO_E_NOT_EDITABLE_EDITSESSIONMODE | -2147220114 | The object cannot be edited using the current edit session mode. |
FDO_E_CANNOT_EDIT_COMPRESSED_DATASET | -2147220113 | Cannot edit compressed data. |
FDO_E_CANNOT_UPDATE_COMPRESSED_DATASET | -2147220112 | Cannot update compressed data. |
FDO_E_COMPRESSED_DATASET_NOT_SUPPORTED | -2147220111 | Cannot use compressed data for this operation. |
FDO_E_INVALID_OPERATION_FOR_EDITSESSIONMODE | -2147220110 | Invalid operation for edit session mode. |
FDO_E_COMPRESSED_DATASET_NOT_INSTALLED | -2147220109 | FileGDB compression is not installed. |
FDO_E_MODIFIED_GEOMETRY_MUST_BE_COPY | -2147220108 | The modified geometry must be a copy. |
FDO_E_PENDING_BACKGROUND_PROCESSES | -2147220107 | The modified geometry must be a copy. |
FDO_E_PROPERTY_NO_SUBTYPE | -2147219967 | This property does not have a SubType. |
FDO_E_PROPERTY_NOT_FOUND | -2147219966 | The property was not found. |
FDO_E_FIELD_INVALID | -2147219887 | A general error when something is wrong with a Field. |
FDO_E_FIELD_INVALID_NAME | -2147219886 | The name of the Field is unacceptable. |
FDO_E_FIELD_NOT_FOUND | -2147219885 | An expected Field was not found or could not be retrieved properly. |
FDO_E_FIELD_ALREADY_EXISTS | -2147219884 | The Field already exists. |
FDO_E_FIELD_INVALID_TYPE | -2147219883 | The Field type is invalid or unsupported for the operation. |
FDO_E_FIELD_UNSUPPORTED_OPERATION | -2147219882 | The Field type does not support the current operation. For example, attempting to set OID field to NULL. |
FDO_E_FIELD_INVALID_GEOMETRY_TYPE | -2147219881 | The GeometryType property of the Field is invalid or unsupported for this operation. |
FDO_E_FIELD_NOT_EDITABLE | -2147219880 | The Field is not editable. |
FDO_E_FIELD_NOT_NULLABLE | -2147219879 | The Field is not nullable. |
FDO_E_FIELD_CANNOT_DELETE_WEIGHT_FIELD | -2147219878 | The Field corresponds to a weight and may not be deleted. |
FDO_E_FIELD_CANNOT_DELETE_REQUIRED_FIELD | -2147219877 | The Field is required and may not be deleted. |
FDO_E_FIELD_CANNOT_DELETE_SUBTYPE_FIELD | -2147219876 | The Field is a subtype field and may not be deleted. |
FDO_E_FIELD_CANNOT_DELETE_LAST_FIELD | -2147219875 | The Field is the last remaining field and may not be deleted. |
FDO_E_FIELD_IS_KEYWORD | -2147219874 | The Field is the keyword the destination DBMS. |
FDO_E_FIELD_CANNOT_DELETE_RELKEY_FIELD | -2147219873 | The field cannot be deleted because it is being used as a relationship key. |
FDO_E_FIELD_MISSING_GEOMETRY_DEF | -2147219872 | The shape field is missing the geometry def. |
FDO_E_FIELDS_INVALID | -2147219711 | A general error when something is wrong with the Fields collection. |
FDO_E_FIELDS_NOT_FOUND | -2147219710 | An expected Fields collection was not found or could not be retrieved properly. |
FDO_E_FIELDS_NO_GEOMETRY | -2147219709 | The Fields collection did not contain an expected geometry field. |
FDO_E_FIELDS_NO_OID | -2147219708 | The Fields collection did not contain an expected OID field. |
FDO_E_FIELDS_MULTIPLE_OIDS | -2147219707 | The Fields collection contained multiple OID fields. |
FDO_E_FIELDS_MULTIPLE_GEOMETRIES | -2147219706 | The Fields collection contained multiple geometry fields. |
FDO_E_FIELDS_MODEL_NAME_ALREADY_EXISTS | -2147219705 | Another field within the class already has this model name. |
FDO_E_FIELDS_MULTIPLE_RASTERS | -2147219704 | The Fields collection contained multiple raster fields. |
FDO_E_INDEX_WRONG_TYPE | -2147219631 | The operation requires a different index type. |
FDO_E_INDEX_ALREADY_EXISTS | -2147219630 | The index already exists. |
FDO_E_INDEX_NOT_FOUND | -2147219629 | The index was not found. |
FDO_E_INDEX_NOT_ALLOWED | -2147219628 | This type of index is not allowed. |
FDO_E_METADATA_TABLE_NOT_FOUND | -2147219455 | Unable to find a required metadata table. |
FDO_E_METADATA_FIELD_NOT_FOUND | -2147219454 | A required Field in a metadata table could not be located. |
FDO_E_METADATA_ADDING_DATASET | -2147219453 | An error occurred adding an entry to the ESRI_DATASETS table. |
FDO_E_METADATA_ADDING_FEATURECLASS | -2147219452 | An error occurred while adding an entry to the FEATUREDATASET_CLASSES or the FEATURECLASSES table. |
FDO_E_METADATA_BAD_CLSID | -2147219451 | The CLSID read from the FEATURECLASSES table was bad (unable to convert using ::CLSIDFromString). |
FDO_E_SPATIALREL_NOT_SUPPORTED | -2147219375 | The operation does not support this spatial relationship. |
FDO_E_SPATIALREL_UNKNOWN | -2147219374 | The spatial relationship is unknown or not defined. |
FDO_E_FEATURETYPE_NOT_SUPPORTED | -2147219373 | The operation does not support this feature type. |
FDO_E_FEATURETYPE_UNKNOWN | -2147219372 | The feature type is unknown or not defined. |
FDO_E_DATASETTYPE_NOT_SUPPORTED | -2147219371 | The operation does not support this dataset type. |
FDO_E_DATASETTYPE_UNKNOWN | -2147219370 | The dataset type is unknown or not defined. |
FDO_E_DRAWSTYLE_NOT_SUPPORTED | -2147219369 | The operation does not support this draw style. |
FDO_E_DRAWSTYLE_UNKNOWN | -2147219368 | The draw style is unknown or not defined. |
FDO_E_DRAWPHASE_NOT_SUPPORTED | -2147219367 | The operation does not support this draw phase. |
FDO_E_DRAWPHASE_UNKNOWN | -2147219366 | The draw phase is unknown or not defined. |
FDO_E_GEOMETRY_TYPE_NOT_SUPPORTED | -2147219199 | No support for this geometry type. |
FDO_E_MULTIPART_EDGE_FEATURE_NOT_SUPPORTED | -2147219198 | Multipart edge feature geometries not supported. |
FDO_E_GEOMETRY_HAS_NO_M_VALUES | -2147219197 | Geometry has no M values. |
FDO_E_GEOMETRY_HAS_NO_Z_VALUES | -2147219196 | Geometry has no Z values. |
FDO_E_GEOMETRY_HAS_NULL_Z_VALUES | -2147219195 | Geometry has null Z values. |
FDO_E_GEOMETRY_NOT_SIMPLE | -2147219194 | Geometry is not simple. |
FDO_E_GEOMETRY_CANNOT_HAVE_Z_VALUES | -2147219193 | Geometry cannot have Z values. |
FDO_E_GEOMETRY_SPATIAL_REFERENCE | -2147219192 | Spatial reference (projection) related error. |
FDO_E_GEOMETRY_MISSING_SPATIAL_REFERENCE | -2147219191 | Geometry is missing required spatial reference. |
FDO_E_CANT_STORE_VERTICAL_SEGMENT | -2147219190 | Polylines with vertical segments cannot be stored in pre-10.0 geodatabase feature classes. |
FDO_E_ROW_NO_SETUPINTERFACE | -2147219119 | The row object does not support the IRowSetup interface. |
FDO_E_ROW_NOT_FOUND | -2147219118 | A requested row object could not be located. |
FDO_E_ROW_NO_OID | -2147219117 | The row does not have an OID. |
FDO_E_ROW_NO_OBJCLASS | -2147219116 | Cannot determine the row's ObjectClass. |
FDO_E_ROW_BAD_VALUE | -2147219115 | The row contains a bad value. |
FDO_E_ROW_ALREADY_EXISTS | -2147219114 | A row with this OID already exists. |
FDO_E_COMPARE_TYPE_MISMATCH | -2147219113 | Cannot compare incompatible types. |
FDO_E_CANNOT_STORE_RECYCLED_ROW_IN_EDIT_SESSION | -2147219112 | Cannot call Store on a recycled row while editing. |
FDO_E_FEATURE_NO_ANNO | -2147217407 | The feature object does not have annotation. |
FDO_E_FEATURE_BAD_SHAPE | -2147217406 | The feature object does not have a valid shape. |
FDO_E_FEATURE_OUTSIDE_SPATIALREF | -2147217405 | The feature falls outside the defined spatial reference. |
FDO_E_FEATURE_SHAPE_UPDATE_BLOCKED | -2147217404 | The feature is mutually exclusive. Cannot update shape. |
FDO_E_FEATURE_AREA_LENGTH_UPDATE_FAILED | -2147217403 | Failed to update feature's area/length field in response to shape update. |
FDO_E_ON_DELETE_MESSAGE_FAILED | -2147217402 | On Delete Message returned failure. |
FDO_E_DELETE_PART_OBJECTS_FAILED | -2147217401 | Failed to delete part objects for composite object. |
FDO_E_DELETE_RELATIONSHIPS_FAILED | -2147217400 | Failed to delete relationships for object. |
FDO_E_ON_CHANGED_MESSAGE_FAILED | -2147217399 | On Changed message returned failure. |
FDO_E_MOVE_RELATED_FEATURES_FAILED | -2147217398 | Failed to move related features. |
FDO_E_ROTATE_RELATED_FEATURES_FAILED | -2147217397 | Failed to rotate related features. |
FDO_E_FEATURE_DELETED | -2147217396 | The feature has been deleted. |
FDO_E_FEATURE_VALUE_TYPE_MISMATCH | -2147217395 | The value type is incompatible. |
FDO_E_CUSTOM_COMPLEX_JUNCTION_NOT_IMPLEMENTED | -2147217394 | The required custom complex junction was not implemented. |
FDO_E_FEATURE_NOT_FOUND | -2147217393 | A requested feature object could not be located. |
FDO_E_SPLIT_NOT_SUPPORTED_ON_GEOMETRY_TYPE | -2147217392 | The split operation is not supported on the selected feature's geometry type. |
FDO_E_SPLITTING_POLYGONS_REQUIRES_POLYLINE | -2147217391 | Splitting a polygon requires a polyline splitter. |
FDO_E_SPLITTING_POLYLINES_REQUIRES_POINT | -2147217390 | Splitting a polyline requires a point splitter. |
FDO_E_SPLIT_POINT_YIELDS_ZERO_LENGTH_POLYLINE | -2147217389 | Split point results in a zero length polyline. |
FDO_E_CUTTER_YIELDS_ZERO_AREA_POLYGON | -2147217388 | Cutting polyline results in zero area polygon. |
FDO_E_FEATURE_NO_GEOMETRY | -2147217387 | The feature does not have any associated geometry. |
FDO_E_REQUIRED_INTERFACE_NOT_FOUND | -2147217386 | A required interface on the feature was not found. |
FDO_E_REQUIRED_CONNECTION_POINT_NOT_FOUND | -2147217385 | A required connection point on a complex junction was not found. |
FDO_E_INVALID_CONNECTION_POINT_GEOMETRY | -2147217384 | The geometry for a complex junction connection point is invalid. |
FDO_E_FEATURE_EMPTY_GEOMETRY | -2147217383 | The feature has empty geometry. |
FDO_E_CURSOR_WRONG_TYPE | -2147217327 | This type of cursor does not support this operation. For example, calling UpdateRow on a read-only cursor. |
FDO_E_CURSOR_INVALID | -2147217326 | The cursor is in an invalid state. |
FDO_E_CURSOR_FINISHED | -2147217325 | The cursor has completed and is at the end. |
FDO_E_CURSOR_LOCKED | -2147217324 | The cursor cannot aquire a lock against the data. |
FDO_E_CURSOR_INVALIDATED | -2147217323 | The cursor has been invalidated because the edit operation has stopped. |
FDO_E_VERSION_BAD_NAME | -2147217151 | The ID of the version is bad. |
FDO_E_VERSION_UNEDITABLE | -2147217150 | The current version does not support editing (base, consistent, or closed). |
FDO_E_VERSION_HAS_CONFLICTS | -2147217149 | This operation is not allowed using conflicting versions. |
FDO_E_VERSION_ALREADY_EXISTS | -2147217148 | The version already exists. |
FDO_E_VERSION_REDEFINED | -2147217147 | The version has been redefined to reference a new database state. |
FDO_E_VERSION_NOT_FOUND | -2147217146 | The version could not be located. |
FDO_E_VERSION_INVALID_STATE | -2147217145 | The version's internal state ID is invalid. |
FDO_E_VERSION_NOT_OWNER | -2147217144 | Operation only allowed by the owner of the version. |
FDO_E_VERSION_HAS_CHILDREN | -2147217143 | Operation only allowed on versions without children. |
FDO_E_VERSION_NOT_RECONCILED | -2147217142 | The version has not been reconciled. |
FDO_E_VERSION_IS_PROTECTED | -2147217141 | Operation not allowed because the version is protected. |
FDO_E_VERSION_IN_USE | -2147217140 | Operation not allowed because the version is in use. |
FDO_E_VERSION_BEING_EDITED | -2147217139 | Operation not allowed while the version is being edited. |
FDO_E_VERSION_BEING_RECONCILED | -2147217138 | Operation not allowed while the version is being reconciled. |
FDO_E_RECONCILE_VERSION_NOT_AVAILABLE | -2147217137 | Unable to reconcile: the target version is currently being reconciled against. |
FDO_E_VERSION_RECONCILE_LOST | -2147217136 | Post not allowed after undoing a reconcile. |
FDO_E_FAILED_FILTERING_CONFLICTS | -2147217135 | Unable to reconcile : Failed filtering conflicts. |
FDO_E_RECONCILE_VERSION_NOT_ANCESTOR | -2147217134 | Unable to reconcile : Reconcile version is not an ancestor. |
FDO_E_VERSION_CANNOT_BE_RECONCILED | -2147217133 | Version cannot be reconciled. |
FDO_E_VERSION_NOT_HISTORICAL | -2147217132 | Version cannot be reconciled. |
FDO_E_VERSION_REQUIRES_PARENT_RECONCILE | -2147217131 | The version can only be reconciled with its parent. |
FDO_E_DATASOURCE_LOCK_FAILED | -2147217071 | DataSource could not be locked. |
FDO_E_DATASOURCE_RELEASELOCK_FAILED | -2147217070 | DataSource lock could not be released. |
FDO_E_DATASOURCE_INUSE_ELSEWHERE | -2147217069 | DataSource is being used in another application. |
FDO_E_INVALID_UNITS | -2147216895 | The xy units are invalid. |
FDO_E_INVALID_GRID_SIZE | -2147216894 | The spatial index grid size is invalid. |
FDO_E_SPATIALREF_MISMATCH | -2147216893 | The spatial references do not match. |
FDO_E_SPATIALREF_INVALID | -2147216892 | Invalid spatial reference. |
FDO_E_INVALID_M_DOMAIN | -2147216891 | The M domain is invalid. |
FDO_E_CANNOT_ALTER_SPATIALREF | -2147216890 | The spatial reference cannot be altered. |
FDO_E_NO_SPATIALREF | -2147216889 | No spatial reference exists. |
FDO_E_HIGH_PRECISION_SR_NOT_SUPPORTED | -2147216888 | High precision spatial reference not supported. |
FDO_E_LOW_PRECISION_SR_NOT_SUPPORTED | -2147216887 | Low precision spatial reference not supported. |
FDO_E_CANNOT_ALTER_PRECISION | -2147216886 | The precision cannot be altered. |
FDO_E_SPATIALREF_PRECISION_MISMATCH | -2147216885 | The spatial reference precision models do not match. |
FDO_E_NEGATIVE_RESOLUTION | -2147216884 | The resolution value must be larger than zero. |
FDO_E_RESOLUTION_DOES_NOT_MATCH_PERMISSIBLE_VALUE | -2147216883 | The resolution value does not match permissible values. |
FDO_E_INVALID_XY_DOMAIN | -2147216882 | The XY domain is invalid. |
FDO_E_GRID_SIZE_TOO_SMALL | -2147216881 | Every grid size must be at least three times larger than the preceding grid size. |
FDO_E_INVALID_Z_DOMAIN | -2147216880 | The Z domain is invalid. |
FDO_E_SPATIALREF_Z_MISMATCH | -2147216879 | The spatial reference z values do not match. |
FDO_E_SPATIALFILTER_INVALID | -2147216815 | The spatial filter is invalid. |
FDO_E_SPATIALFILTER_INVALID_GEOMETRY | -2147216814 | The geometry property of the spatial filter is invalid. |
FDO_E_SPATIALFILTER_INVALID_SPATIAL_RELATION | -2147216813 | The spatial relation property of the spatial filter is invalid. |
FDO_E_SELECTION_MISMATCH | -2147216639 | Selection sets do not match. |
FDO_E_SELECTION_INVALID_TYPE | -2147216638 | Selection type is invalid. |
FDO_E_SELECTION_NO_SELECTABLE_LAYERS | -2147216637 | No selectable layers. |
FDO_E_OBJECTCLASS_COULD_NOT_CREATE_CLASS_INSTANCE | -2147216559 | Unable to instantiate object class instance COM component. |
FDO_E_OBJECTCLASS_COULD_NOT_CREATE_CLASS_EXTENSION | -2147216558 | Unable to instantiate object class extension COM component. |
FDO_E_OBJECTCLASS_COULD_NOT_INITIALIZE_CLASS_EXTENSION | -2147216557 | Unable to initialize object class extension COM component. |
FDO_E_OBJECTCLASS_REQUIRES_AN_EDIT_SESSION | -2147216556 | Objects in this object class cannot be updated outside of an edit session. |
FDO_E_OBJECTCLASS_MODEL_NAME_ALREADY_EXISTS | -2147216555 | An object class with this model name already exists. |
FDO_E_CLASS_FD_NOT_EDITABLE | -2147216554 | The feature dataset is not editable. |
FDO_E_COULD_NOT_LOAD_CLASS_EXTENSION_PROPERTIES | -2147216553 | The class extension property set could not be loaded. |
FDO_E_OBJECTCLASS_NOT_REGISTERED | -2147216552 | The object class is not registered in the Geodatabase. |
FDO_E_SE_FAILURE | -2147216127 | SDE Error. |
FDO_E_SE_INVALID_LAYERINFO_OBJECT | -2147216126 | SDE Error. |
FDO_E_SE_NO_ANNOTATION | -2147216125 | SDE Error. |
FDO_E_SE_FINISHED | -2147216124 | SDE Error. |
FDO_E_SE_SDE_NOT_STARTED | -2147216123 | SDE Error. |
FDO_E_SE_UNCHANGED | -2147216122 | SDE Error. |
FDO_E_SE_CONNECTIONS_EXCEEDED | -2147216120 | SDE Error. |
FDO_E_SE_LOGIN_NOT_ALLOWED | -2147216119 | SDE Error. |
FDO_E_SE_INVALID_USER | -2147216118 | SDE Error. |
FDO_E_SE_NET_FAILURE | -2147216117 | SDE Error. |
FDO_E_SE_NET_TIMEOUT | -2147216116 | SDE Error. |
FDO_E_SE_OUT_OF_SVMEM | -2147216115 | SDE Error. |
FDO_E_SE_OUT_OF_CLMEM | -2147216114 | SDE Error. |
FDO_E_SE_OUT_OF_CONTEXT | -2147216113 | SDE Error. |
FDO_E_SE_NO_ACCESS | -2147216112 | SDE Error. |
FDO_E_SE_TOO_MANY_LAYERS | -2147216111 | SDE Error. |
FDO_E_SE_NO_LAYER_SPECIFIED | -2147216110 | SDE Error. |
FDO_E_SE_LAYER_LOCKED | -2147216109 | SDE Error. |
FDO_E_SE_LAYER_EXISTS | -2147216108 | SDE Error. |
FDO_E_SE_LAYER_NOEXIST | -2147216107 | SDE Error. |
FDO_E_SE_LAYER_INUSE | -2147216106 | SDE Error. |
FDO_E_SE_ROW_NOEXIST | -2147216104 | SDE Error. |
FDO_E_SE_ROW_EXISTS | -2147216102 | SDE Error. |
FDO_E_SE_LAYER_MISMATCH | -2147216101 | SDE Error. |
FDO_E_SE_NO_PERMISSIONS | -2147216100 | SDE Error. |
FDO_E_SE_INVALID_NOT_NULL | -2147216099 | SDE Error. |
FDO_E_SE_INVALID_SHAPE | -2147216098 | SDE Error. |
FDO_E_SE_INVALID_LAYER_NUMBER | -2147216097 | SDE Error. |
FDO_E_SE_INVALID_ENTITY_TYPE | -2147216096 | SDE Error. |
FDO_E_SE_INVALID_SEARCH_METHOD | -2147216095 | SDE Error. |
FDO_E_SE_INVALID_ETYPE_MASK | -2147216094 | SDE Error. |
FDO_E_SE_BIND_CONFLICT | -2147216093 | SDE Error. |
FDO_E_SE_INVALID_GRIDSIZE | -2147216092 | SDE Error. |
FDO_E_SE_INVALID_LOCK_MODE | -2147216091 | SDE Error. |
FDO_E_SE_ETYPE_NOT_ALLOWED | -2147216090 | SDE Error. |
FDO_E_SE_INVALID_NUM_OF_PTS | -2147216088 | SDE Error. |
FDO_E_SE_TABLE_NOEXIST | -2147216087 | SDE Error. |
FDO_E_SE_ATTR_NOEXIST | -2147216086 | SDE Error. |
FDO_E_SE_LICENSE_FAILURE | -2147216085 | SDE Error. |
FDO_E_SE_OUT_OF_LICENSES | -2147216084 | SDE Error. |
FDO_E_SE_INVALID_COLUMN_VALUE | -2147216083 | SDE Error. |
FDO_E_SE_INVALID_SQL | -2147216081 | SDE Error. |
FDO_E_SE_LOG_NOEXIST | -2147216080 | SDE Error. |
FDO_E_SE_LOG_NOACCESS | -2147216079 | SDE Error. |
FDO_E_SE_LOG_NOTOPEN | -2147216078 | SDE Error. |
FDO_E_SE_LOG_IO_ERROR | -2147216077 | SDE Error. |
FDO_E_SE_NO_SHAPES | -2147216076 | SDE Error. |
FDO_E_SE_NO_LOCKS | -2147216075 | SDE Error. |
FDO_E_SE_LOCK_CONFLICT | -2147216074 | SDE Error. |
FDO_E_SE_OUT_OF_LOCKS | -2147216073 | SDE Error. |
FDO_E_SE_DB_IO_ERROR | -2147216072 | SDE Error. |
FDO_E_SE_STREAM_IN_PROGRESS | -2147216071 | SDE Error. |
FDO_E_SE_INVALID_COLUMN_TYPE | -2147216070 | SDE Error. |
FDO_E_SE_TOPO_ERROR | -2147216069 | SDE Error. |
FDO_E_SE_ATTR_CONV_ERROR | -2147216068 | SDE Error. |
FDO_E_SE_INVALID_COLUMN_DEF | -2147216067 | SDE Error. |
FDO_E_SE_INVALID_SHAPE_BUF_SIZE | -2147216066 | SDE Error. |
FDO_E_SE_INVALID_ENVELOPE | -2147216065 | SDE Error. |
FDO_E_SE_TEMP_IO_ERROR | -2147216064 | SDE Error. |
FDO_E_SE_GSIZE_TOO_SMALL | -2147216063 | SDE Error. |
FDO_E_SE_LICENSE_EXPIRED | -2147216062 | SDE Error. |
FDO_E_SE_TABLE_EXISTS | -2147216061 | SDE Error. |
FDO_E_SE_INDEX_EXISTS | -2147216060 | SDE Error. |
FDO_E_SE_INDEX_NOEXIST | -2147216059 | SDE Error. |
FDO_E_SE_INVALID_POINTER | -2147216058 | SDE Error. |
FDO_E_SE_INVALID_PARAM_VALUE | -2147216057 | SDE Error. |
FDO_E_SE_ALL_SLIVERS | -2147216056 | SDE Error. |
FDO_E_SE_TRANS_IN_PROGRESS | -2147216055 | SDE Error. |
FDO_E_SE_IOMGR_NO_DBMS_CONNECT | -2147216054 | SDE Error. |
FDO_E_SE_DUPLICATE_ARC | -2147216053 | SDE Error. |
FDO_E_SE_INVALID_ANNO_OBJECT | -2147216052 | SDE Error. |
FDO_E_SE_PT_NO_EXIST | -2147216051 | SDE Error. |
FDO_E_SE_PTS_NOT_ADJACENT | -2147216050 | SDE Error. |
FDO_E_SE_INVALID_MID_PT | -2147216049 | SDE Error. |
FDO_E_SE_INVALID_END_PT | -2147216048 | SDE Error. |
FDO_E_SE_INVALID_RADIUS | -2147216047 | SDE Error. |
FDO_E_SE_LOAD_ONLY_LAYER | -2147216046 | SDE Error. |
FDO_E_SE_LAYERS_NOT_FOUND | -2147216045 | SDE Error. |
FDO_E_SE_FILE_IO_ERROR | -2147216044 | SDE Error. |
FDO_E_SE_BLOB_SIZE_TOO_LARGE | -2147216043 | SDE Error. |
FDO_E_SE_CORRIDOR_OUT_OF_BOUNDS | -2147216042 | SDE Error. |
FDO_E_SE_SHAPE_INTEGRITY_ERROR | -2147216041 | SDE Error. |
FDO_E_SE_NOT_IMPLEMENTED_YET | -2147216040 | SDE Error. |
FDO_E_SE_CAD_EXISTS | -2147216039 | SDE Error. |
FDO_E_SE_INVALID_TRANSID | -2147216038 | SDE Error. |
FDO_E_SE_INVALID_LAYER_NAME | -2147216037 | SDE Error. |
FDO_E_SE_INVALID_LAYER_KEYWORD | -2147216036 | SDE Error. |
FDO_E_SE_INVALID_RELEASE | -2147216035 | SDE Error. |
FDO_E_SE_VERSION_TBL_EXISTS | -2147216034 | SDE Error. |
FDO_E_SE_COLUMN_NOT_BOUND | -2147216033 | SDE Error. |
FDO_E_SE_INVALID_INDICATOR_VALUE | -2147216032 | SDE Error. |
FDO_E_SE_INVALID_CONNECTION | -2147216031 | SDE Error. |
FDO_E_SE_INVALID_DBA_PASSWORD | -2147216030 | SDE Error. |
FDO_E_SE_PATH_NOT_FOUND | -2147216029 | SDE Error. |
FDO_E_SE_SDEHOME_NOT_SET | -2147216028 | SDE Error. |
FDO_E_SE_NOT_TABLE_OWNER | -2147216027 | SDE Error. |
FDO_E_SE_PROCESS_NOT_FOUND | -2147216026 | SDE Error. |
FDO_E_SE_INVALID_DBMS_LOGIN | -2147216025 | SDE Error. |
FDO_E_SE_PASSWORD_TIMEOUT | -2147216024 | SDE Error. |
FDO_E_SE_INVALID_SERVER | -2147216023 | SDE Error. |
FDO_E_SE_IOMGR_NOT_AVAILABLE | -2147216022 | SDE Error. |
FDO_E_SE_SERVICE_NOT_FOUND | -2147216021 | SDE Error. |
FDO_E_SE_INVALID_STATS_TYPE | -2147216020 | SDE Error. |
FDO_E_SE_INVALID_DISTINCT_TYPE | -2147216019 | SDE Error. |
FDO_E_SE_INVALID_GRANT_REVOKE | -2147216018 | SDE Error. |
FDO_E_SE_INVALID_SDEHOME | -2147216017 | SDE Error. |
FDO_E_SE_INVALID_STREAM | -2147216016 | SDE Error. |
FDO_E_SE_TOO_MANY_STREAMS | -2147216015 | SDE Error. |
FDO_E_SE_OUT_OF_MUTEXES | -2147216014 | SDE Error. |
FDO_E_SE_CONNECTION_LOCKED | -2147216013 | SDE Error. |
FDO_E_SE_CONNECTION_IN_USE | -2147216012 | SDE Error. |
FDO_E_SE_NOT_A_SELECT_STATEMENT | -2147216011 | SDE Error. |
FDO_E_SE_FUNCTION_SEQUENCE_ERROR | -2147216010 | SDE Error. |
FDO_E_SE_WRONG_COLUMN_TYPE | -2147216009 | SDE Error. |
FDO_E_SE_PTABLE_LOCKED | -2147216008 | SDE Error. |
FDO_E_SE_PTABLE_IN_USE | -2147216007 | SDE Error. |
FDO_E_SE_STABLE_LOCKED | -2147216006 | SDE Error. |
FDO_E_SE_STABLE_IN_USE | -2147216005 | SDE Error. |
FDO_E_SE_INVALID_FILTER_TYPE | -2147216004 | SDE Error. |
FDO_E_SE_NO_CAD | -2147216003 | SDE Error. |
FDO_E_SE_INSTANCE_NOT_AVAILABLE | -2147216002 | SDE Error. |
FDO_E_SE_INSTANCE_TOO_EARLY | -2147216001 | SDE Error. |
FDO_E_SE_INVALID_SYSTEM_UNITS | -2147216000 | SDE Error. |
FDO_E_SE_INVALID_UNITS | -2147215999 | SDE Error. |
FDO_E_SE_INVALID_CAD_OBJECT | -2147215998 | SDE Error. |
FDO_E_SE_VERSION_NOEXIST | -2147215997 | SDE Error. |
FDO_E_SE_INVALID_SPATIAL_CONSTRAINT | -2147215996 | SDE Error. |
FDO_E_SE_INVALID_STREAM_TYPE | -2147215995 | SDE Error. |
FDO_E_SE_INVALID_SPATIAL_COLUMN | -2147215994 | SDE Error. |
FDO_E_SE_NO_SPATIAL_MASKS | -2147215993 | SDE Error. |
FDO_E_SE_IOMGR_NOT_FOUND | -2147215992 | SDE Error. |
FDO_E_SE_SYSTEM_IS_CLIENT_ONLY | -2147215991 | SDE Error. |
FDO_E_SE_MULTIPLE_SPATIAL_COLS | -2147215990 | SDE Error. |
FDO_E_SE_INVALID_SHAPE_OBJECT | -2147215989 | SDE Error. |
FDO_E_SE_INVALID_PARTNUM | -2147215988 | SDE Error. |
FDO_E_SE_INCOMPATIBLE_SHAPES | -2147215987 | SDE Error. |
FDO_E_SE_INVALID_PART_OFFSET | -2147215986 | SDE Error. |
FDO_E_SE_INCOMPATIBLE_COORDREFS | -2147215985 | SDE Error. |
FDO_E_SE_COORD_OUT_OF_BOUNDS | -2147215984 | SDE Error. |
FDO_E_SE_LAYER_CACHE_FULL | -2147215983 | SDE Error. |
FDO_E_SE_INVALID_COORDREF_OBJECT | -2147215982 | SDE Error. |
FDO_E_SE_INVALID_COORDSYS_ID | -2147215981 | SDE Error. |
FDO_E_SE_INVALID_COORDSYS_DESC | -2147215980 | SDE Error. |
FDO_E_SE_INVALID_ROW_ID_LAYER | -2147215979 | SDE Error. |
FDO_E_SE_PROJECTION_ERROR | -2147215978 | SDE Error. |
FDO_E_SE_ARRAY_BYTES_EXCEEDED | -2147215977 | SDE Error. |
FDO_E_SE_POLY_SHELLS_OVERLAP | -2147215976 | SDE Error. |
FDO_E_SE_TOO_FEW_POINTS | -2147215975 | SDE Error. |
FDO_E_SE_INVALID_PART_SEPARATOR | -2147215974 | SDE Error. |
FDO_E_SE_INVALID_POLYGON_CLOSURE | -2147215973 | SDE Error. |
FDO_E_SE_INVALID_OUTER_SHELL | -2147215972 | SDE Error. |
FDO_E_SE_ZERO_AREA_POLYGON | -2147215971 | SDE Error. |
FDO_E_SE_POLYGON_HAS_VERTICAL_LINE | -2147215970 | SDE Error. |
FDO_E_SE_OUTER_SHELLS_OVERLAP | -2147215969 | SDE Error. |
FDO_E_SE_SELF_INTERSECTING | -2147215968 | SDE Error. |
FDO_E_SE_INVALID_EXPORT_FILE | -2147215967 | SDE Error. |
FDO_E_SE_READ_ONLY_SHAPE | -2147215966 | SDE Error. |
FDO_E_SE_INVALID_DATA_SOURCE | -2147215965 | SDE Error. |
FDO_E_SE_INVALID_STREAM_SPEC | -2147215964 | SDE Error. |
FDO_E_SE_INVALID_ALTER_OPERATION | -2147215963 | SDE Error. |
FDO_E_SE_INVALID_SPATIAL_COL_NAME | -2147215962 | SDE Error. |
FDO_E_SE_INVALID_DATABASE | -2147215961 | SDE Error. |
FDO_E_SE_SPATIAL_SQL_NOT_INSTALLED | -2147215960 | SDE Error. |
FDO_E_SE_NORM_DIM_INFO_NOT_FOUND | -2147215959 | SDE Error. |
FDO_E_SE_NORM_DIM_TAB_VALUE_NOT_FOUND | -2147215958 | SDE Error. |
FDO_E_SE_UNSUPPORTED_NORMALIZED_OPERATION | -2147215957 | SDE Error. |
FDO_E_SE_INVALID_REGISTERED_LAYER_OPTION | -2147215956 | SDE Error. |
FDO_E_SE_READ_ONLY | -2147215955 | SDE Error. |
FDO_E_SE_NO_SDE_ROWID_COLUMN | -2147215954 | SDE Error. |
FDO_E_SE_READ_ONLY_COLUMN | -2147215953 | SDE Error. |
FDO_E_SE_INVALID_VERSION_NAME | -2147215952 | SDE Error. |
FDO_E_SE_STATE_NOEXIST | -2147215951 | SDE Error. |
FDO_E_SE_INVALID_STATEINFO_OBJECT | -2147215950 | SDE Error. |
FDO_E_SE_VERSION_HAS_MOVED | -2147215949 | SDE Error. |
FDO_E_SE_STATE_HAS_CHILDREN | -2147215948 | SDE Error. |
FDO_E_SE_PARENT_NOT_CLOSED | -2147215947 | SDE Error. |
FDO_E_SE_VERSION_EXISTS | -2147215946 | SDE Error. |
FDO_E_SE_TABLE_NOT_MULTIVERSION | -2147215945 | SDE Error. |
FDO_E_SE_STATE_USED_BY_VERSION | -2147215944 | SDE Error. |
FDO_E_SE_INVALID_VERSIONINFO_OBJECT | -2147215943 | SDE Error. |
FDO_E_SE_INVALID_STATE_ID | -2147215942 | SDE Error. |
FDO_E_SE_SDETRACELOC_NOT_SET | -2147215941 | SDE Error. |
FDO_E_SE_ERROR_LOADING_SSA | -2147215940 | SDE Error. |
FDO_E_SE_TOO_MANY_STATES | -2147215939 | SDE Error. |
FDO_E_SE_STATES_ARE_SAME | -2147215938 | SDE Error. |
FDO_E_SE_NO_ROWID_COLUMN | -2147215937 | SDE Error. |
FDO_E_SE_NO_STATE_SET | -2147215936 | SDE Error. |
FDO_E_SE_SSA_FUNCTION_ERROR | -2147215935 | SDE Error. |
FDO_E_SE_INVALID_REGINFO_OBJECT | -2147215934 | SDE Error. |
FDO_E_SE_NO_COMMON_LINEAGE | -2147215933 | SDE Error. |
FDO_E_SE_STATE_INUSE | -2147215932 | SDE Error. |
FDO_E_SE_STATE_TREE_INUSE | -2147215931 | SDE Error. |
FDO_E_SE_INVALID_RASTER_COLUMN | -2147215930 | SDE Error. |
FDO_E_SE_RASTERCOLUMN_EXISTS | -2147215929 | SDE Error. |
FDO_E_SE_INVALID_MVTABLE_INDEX | -2147215928 | SDE Error. |
FDO_E_SE_INVALID_STORAGE_TYPE | -2147215927 | SDE Error. |
FDO_E_SE_AMBIGUOUS_NIL_SHAPE | -2147215926 | SDE Error. |
FDO_E_SE_INVALID_BYTE_ORDER | -2147215925 | SDE Error. |
FDO_E_SE_INVALID_GEOMETRY_TYPE | -2147215924 | SDE Error. |
FDO_E_SE_INVALID_NUM_MEASURES | -2147215923 | SDE Error. |
FDO_E_SE_INVALID_NUM_PARTS | -2147215922 | SDE Error. |
FDO_E_SE_BINARY_TOO_SMALL | -2147215921 | SDE Error. |
FDO_E_SE_SHAPE_TEXT_TOO_LONG | -2147215920 | SDE Error. |
FDO_E_SE_SHAPE_TEXT_ERROR | -2147215919 | SDE Error. |
FDO_E_SE_TOO_MANY_PARTS | -2147215918 | SDE Error. |
FDO_E_SE_TYPE_MISMATCH | -2147215917 | SDE Error. |
FDO_E_SE_SQL_PARENTHESIS_MISMATCH | -2147215916 | SDE Error. |
FDO_E_SE_NIL_SHAPE_NOT_ALLOWED | -2147215915 | SDE Error. |
FDO_E_SE_INSTANCE_ALREADY_RUNNING | -2147215914 | SDE Error. |
FDO_E_SE_UNSUPPORTED_OPERATION | -2147215913 | SDE Error. |
FDO_E_SE_INVALID_EXTERNAL_LAYER_OPTION | -2147215912 | SDE Error. |
FDO_E_SE_NORMALIZE_VALUE_NOT_FOUND | -2147215911 | SDE Error. |
FDO_E_SE_INVALID_QUERY_TYPE | -2147215910 | SDE Error. |
FDO_E_SE_NO_TRACE_LIBRARY | -2147215909 | SDE Error. |
FDO_E_SE_TRACE_ON | -2147215908 | SDE Error. |
FDO_E_SE_TRACE_OFF | -2147215907 | SDE Error. |
FDO_E_SE_SCL_SYNTAX_ERROR | -2147215906 | SDE Error. |
FDO_E_SE_TABLE_REGISTERED | -2147215905 | SDE Error. |
FDO_E_SE_INVALID_REGISTRATION_ID | -2147215904 | SDE Error. |
FDO_E_SE_TABLE_NOREGISTERED | -2147215903 | SDE Error. |
FDO_E_SE_TOO_MANY_REGISTRATIONS | -2147215902 | SDE Error. |
FDO_E_SE_DELETE_NOT_ALLOWED | -2147215901 | SDE Error. |
FDO_E_SE_RASTERCOLUMN_INUSE | -2147215898 | SDE Error. |
FDO_E_SE_RASTERCOLUMN_NOEXIST | -2147215897 | SDE Error. |
FDO_E_SE_INVALID_RASTERCOLUMN_NUMBER | -2147215896 | SDE Error. |
FDO_E_SE_TOO_MANY_RASTERCOLUMNS | -2147215895 | SDE Error. |
FDO_E_SE_INVALID_RASTER_NUMBER | -2147215894 | SDE Error. |
FDO_E_SE_NO_REQUEST_STATUS | -2147215893 | SDE Error. |
FDO_E_SE_NO_REQUEST_RESULTS | -2147215892 | SDE Error. |
FDO_E_SE_RASTERBAND_EXISTS | -2147215891 | SDE Error. |
FDO_E_SE_RASTERBAND_NOEXIST | -2147215890 | SDE Error. |
FDO_E_SE_RASTER_EXISTS | -2147215889 | SDE Error. |
FDO_E_SE_RASTER_NOEXIST | -2147215888 | SDE Error. |
FDO_E_SE_TOO_MANY_RASTERBANDS | -2147215887 | SDE Error. |
FDO_E_SE_TOO_MANY_RASTERS | -2147215886 | SDE Error. |
FDO_E_SE_VIEW_EXISTS | -2147215885 | SDE Error. |
FDO_E_SE_VIEW_NOEXIST | -2147215884 | SDE Error. |
FDO_E_SE_LOCK_EXISTS | -2147215883 | SDE Error. |
FDO_E_SE_ROWLOCK_MASK_CONFLICT | -2147215882 | SDE Error. |
FDO_E_SE_NOT_IN_RASTER | -2147215881 | SDE Error. |
FDO_E_SE_INVALID_RASBANDINFO_OBJECT | -2147215880 | SDE Error. |
FDO_E_SE_INVALID_RASCOLINFO_OBJECT | -2147215879 | SDE Error. |
FDO_E_SE_INVALID_RASTERINFO_OBJECT | -2147215878 | SDE Error. |
FDO_E_SE_INVALID_RASTERBAND_NUMBER | -2147215877 | SDE Error. |
FDO_E_SE_MULTIPLE_RASTER_COLS | -2147215876 | SDE Error. |
FDO_E_SE_TABLE_SCHEMA_IS_LOCKED | -2147215875 | SDE Error. |
FDO_E_SE_INVALID_LOGINFO_OBJECT | -2147215874 | SDE Error. |
FDO_E_SE_SQL_TOO_LONG | -2147215873 | SDE Error. |
FDO_E_SE_UNSUPPORTED_ON_VIEW | -2147215872 | SDE Error. |
FDO_E_SE_LOG_EXISTS | -2147215871 | SDE Error. |
FDO_E_SE_SDE_WARNING | -2147215870 | SDE Error. |
FDO_E_SE_ETYPE_CHANGED | -2147215869 | SDE Error. |
FDO_E_SE_NO_ROWS_DELETED | -2147215868 | SDE Error. |
FDO_E_SE_TOO_MANY_DISTINCTS | -2147215867 | SDE Error. |
FDO_E_SE_NULL_VALUE | -2147215866 | SDE Error. |
FDO_E_SE_NO_ROWS_UPDATED | -2147215865 | SDE Error. |
FDO_E_SE_NO_CPGCVT | -2147215864 | SDE Error. |
FDO_E_SE_NO_CPGHOME | -2147215863 | SDE Error. |
FDO_E_SE_DBMS_DOES_NOT_SUPPORT | -2147215862 | SDE Error. |
FDO_E_SE_ROWLOCKING_ENABLED | -2147215861 | SDE Error. |
FDO_E_SE_ROWLOCKING_NOT_ENABLED | -2147215860 | SDE Error. |
FDO_E_SE_LOG_IS_OPEN | -2147215859 | SDE Error. |
FDO_E_SE_SPATIALREF_EXISTS | -2147215858 | SDE Error. |
FDO_E_SE_SPATIALREF_NOEXIST | -2147215857 | SDE Error. |
FDO_E_SE_SPATIALREF_IN_USE | -2147215856 | SDE Error. |
FDO_E_SE_INVALID_SPATIALREFINFO_OBJECT | -2147215855 | SDE Error. |
FDO_E_SE_INVALID_FUNCTION_ID | -2147215854 | SDE Error. |
FDO_E_SE_MOSAIC_NOT_ALLOWED | -2147215853 | SDE Error. |
FDO_E_DEFAULT_VALUE_NOT_NULLABLE | -2147215359 | The default value is not nullable. |
FDO_E_DEFAULT_VALUE_INVALID | -2147215358 | The default value is not valid in the domain. |
FDO_E_OBJECT_IN_ANOTHER_FEATUREDATASET | -2147215279 | An object being transfered is in another Feature Dataset. |
FDO_E_ONLY_SIMPLE_FEATURES_SUPPORTED | -2147215278 | Only simple features are supported in the simple data converter. |
FDO_E_XML_PARSE_ERROR | -2147215103 | The XML being loaded could not be parsed. |
FDO_E_TOPOLOGY_ILLEGAL_RESHAPE | -2147215023 | Can only reshape one edge at a time. |
FDO_E_TOPOLOGY_ALREADY_EXISTS | -2147215022 | The topology with the specified name already exists. |
FDO_E_TOPOLOGY_NOT_FOUND | -2147215021 | The topology was not found. |
FDO_E_TOPOLOGY_CANNOT_RENAME | -2147215020 | The topology cannot be renamed. |
FDO_E_INVALID_FEATURE_TYPE_FOR_TOPOLOGY | -2147215019 | The feature class in not simple. |
FDO_E_INVALID_GEOMETRY_TYPE_FOR_TOPOLOGY | -2147215018 | The feature class has an invalid geometry type. |
FDO_E_INVALID_TOPOLOGY_RULE | -2147215017 | The topology rule in invalid or malformed. |
FDO_E_TOPOLOGY_WORKSPACE_EXTENSION_NOT_FOUND | -2147215016 | The topology workspace extension was not found. |
FDO_E_CANNOT_RESET_CLUSTER_TOLERANCE | -2147215015 | The topology cluster tolerance cannot be reset. |
FDO_E_TOPOLOGIES_NOT_SUPPORTED_IN_RELEASE | -2147215014 | Topologies not supported in this release of the Geodatabase. |
FDO_E_TOPOLOGY_INVALID_WEIGHT | -2147215013 | Feature class weight is invalid. |
FDO_E_CANNOT_MODIFY_TOPOLOGY_ERROR_FEATURE | -2147215012 | Topology errors cannot be directly modified. |
FDO_E_TOPOCLASSES_SYSTEM_TABLE_INCONSISTENCY | -2147215011 | Geodatabase TopoClasses system table inconsistent. |
FDO_E_INVALID_CLUSTER_TOLERANCE | -2147215010 | The specified cluster tolerance is invalid. |
FDO_E_INVALID_GEOMETRY_TYPE_FOR_TOPOLOGY_RULE | -2147215009 | The feature class has an invalid geometry type for the topology rule. |
FDO_E_NOT_SUPPORTED_ON_TOPOLOGY_ERROR_FEATURE | -2147215008 | This operation is not supported on topology errors. |
FDO_E_CANNOT_MODIFY_SYSTEM_MANAGED_TABLES | -2147215007 | System tables cannot be modified. |
FDO_E_TOPOLOGY_EDGE_NOT_SELECTABLE | -2147215006 | Topology edge is not selectable. |
FDO_E_CLASS_ALREADY_MEMBER_OF_TOPOLOGY | -2147215005 | The class is already a member of the topology. |
FDO_E_EMPTY_ENVELOPE_FOR_CLEAN | -2147215004 | An empty envelope was specified for the clean. |
FDO_E_INVALID_TOPOLOGY_ID | -2147215003 | Invalid Topology ID. |
FDO_E_TOPOLOGY_ENGINE_FAILURE | -2147215002 | A failure was detected in the topology engine. |
FDO_E_TOPOLOGY_ENGINE_OVERPROC_FAILURE | -2147215001 | A failure was detected in the topology engine overlay processor. |
FDO_E_INVALID_TOPOLOGY_RULE_TYPE | -2147215000 | Invalid topology rule type. |
FDO_E_NO_PARTIAL_REBUILD | -2147214999 | Cannot currently partially rebuild the topology graph. |
FDO_E_CANNOT_ADD_REGISTERED_CLASS_TO_TOPOLOGY | -2147214998 | Cannot add a registered as versioned class to the topology. |
FDO_E_TOPOLOGY_ERROR_OVERFLOW | -2147214997 | The number of errors generated during the topology analysis exceeds the specified threshold. |
FDO_E_NETWORK_CANNOT_RENAME | -2147214996 | Cannot rename a network. |
FDO_E_NETWORK_INVALID_TYPE | -2147214995 | Invalid network type. |
FDO_E_NETWORK_ALREADY_EXISTS | -2147214994 | Network already exists. |
FDO_E_NETWORK_INVALID_GEOMETRY_TYPE | -2147214993 | Network geometry invalid. |
FDO_E_NETWORK_NOT_FOUND | -2147214992 | Network not found. |
FDO_E_VERSIONING_NOT_SUPPORTED | -2147214991 | Versioning not supported. |
FDO_E_CLASS_NOT_IN_TOPOLOGIES_FEATURE_DATASET | -2147214990 | The class must be in the same feature dataset as the topology. |
FDO_E_TOPOLOGY_HAS_NO_CLASSES | -2147214989 | The topology does not contain any associated classes. |
FDO_E_TOPOLOGY_INVALID_RANK | -2147214988 | Feature class rank is invalid. |
FDO_E_OUT_OF_PHYSICAL_MEMORY | -2147214987 | All available physical memory has been consumed. |
FDO_E_TOPOLOGY_OPERATION_CANCELLED | -2147214986 | The topology operation was cancelled by the user. |
FDO_E_CLASS_NOT_IN_TOPOLOGY | -2147214985 | The method is only supported on classes participating in a topology. |
FDO_E_MODIFY_EDGE_ENDPOINT | -2147214984 | The endpoint of an edge cannot be modified if it is shared by other topology elements. |
FDO_E_CANNOT_ADD_STANDALONE_CLASS_TO_TOPOLOGY | -2147214983 | Cannot add a class that is not contained in a feature dataset to a topology. |
FDO_E_CLASS_IN_TOPOLOGY_REQUIRES_EDIT_SESSION | -2147214982 | Updates to feature classes in a topology require an edit session. |
FDO_E_CANNOT_ADD_RULE_TO_VERSIONED_TOPOLOGY | -2147214981 | A topology rule cannot be added to a versioned topology. |
FDO_E_TOPOLOGY_SCHEMA_LOCK_CONFLICT | -2147214980 | Cannot acquire a schema lock because of an existing lock; needed when validating outside edit session. |
FDO_E_DIRTY_AREA_OUTSIDE_SPATIAL_DOMAIN | -2147214979 | Cannot create a dirty area outside the topology's spatial domain. |
FDO_E_TOPOLOGY_INVALID_NAME | -2147214978 | The topology name is invalid. |
FDO_E_TOPOLOGY_ENGINE_TEMP_SPACE_EXHAUSTED | -2147214977 | The temporary file system space employed by the topology engine is full. |
FDO_E_INCONSISTENT_TOPOLOGY_RULE | -2147214976 | The topology rule is inconsistent with other topology rules. |
FDO_E_UNSUPPORTED_TOPOLOGY_RULE | -2147214975 | Unsupported topology rule type. |
FDO_E_INVALID_TOPOLOGY_RULE_CLASS_ASSIGNMENT | -2147214974 | Invalid topology rule type. |
FDO_E_OPERATION_NOT_SUPPORTED_IN_EDIT_SESSION | -2147214973 | The operation is not supported inside an edit session. |
FDO_E_TOPOLOGY_EMPTY_GEOMETRY | -2147214972 | A topology graph edit operation caused a feature geometry to become empty. |
FDO_E_TOPOLOGY_EXTENT_TOO_LARGE | -2147214971 | The topology graph cannot be constructed on the specified extent because the requested precision is too high. |
FDO_E_Z_CLUSTER_TOLERANCE_NOT_SUPPORTED_IN_RELEASE | -2147214970 | Z cluster tolerances are not supported in this release of the Geodatabase. |
FDO_E_OPERATION_REQUIRES_EDIT_SESSION | -2147214969 | The operation requires an edit session. |
FDO_E_OPERATION_NOT_SUPPORTED_IN_EDIT_OPERATION | -2147214968 | The operation is not supported inside an edit session. |
FDO_E_TOPOGRAPH_NOT_BUILT | -2147214967 | The operation cannot be applied because the topology graph has not been defined. |
FDO_E_TOPOGRAPH_CORRUPT | -2147214966 | The topo graph may be corrupt. Please rebuild it. |
FDO_E_CANT_MERGE_VERTICALEDGES | -2147214965 | Nodes representing vertical edges cannot be removed during a merge operation. |
FDO_E_INCONSISTANT_MERGE_PARENTS | -2147214964 | The selected edges do not all belong to the same set of features. |
FDO_E_EDGE_SET_NOT_CONNECTED | -2147214963 | The selected set of edges does not form a connected path. |
FDO_E_TOPOLOGY_RULE_NOT_SUPPORTED_IN_RELEASE | -2147214962 | The topology rule is not supported in this release of the Geodatabase. |
FDO_E_CANT_MERGE_BRANCHINGEDGES | -2147214961 | Can't merge branching selected edges. |
FDO_E_NOT_PSEUDONODE | -2147214960 | Can't merge edge for self-overlapping polyline feature. |
FDO_E_CLASS_IN_NETWORK_REQUIRES_EDIT_SESSION | -2147214959 | A class in the network dataset necessitates edits being run within an edit session. |
FDO_E_NAME_STRING_SYNTAX | -2147213231 | The Name String syntax of is incorrect. |
FDO_E_INVALID_IMPORT_XML | -2147213055 | The input XML is invalid for import into the specified object. |
FDO_E_REQUIRED_XML_ELEMENT_NOT_FOUND | -2147213054 | The required XML element was not found. |
FDO_E_XML_EXPORT_DATASET_NOT_FOUND | -2147213053 | No dataset found to export. |
FDO_E_CLASS_NOT_REPLICABLE | -2147212975 | The object is not in Replicable format (please configure). |
FDO_E_SYNCHRONIZATION_CONFLICTS | -2147212974 | Conflicts were detected during synchronization between replica pairs. |
FDO_E_CANNOT_SYNCHRONIZE | -2147212973 | Cannot synchronize because the replica version has not be reconciled against the sync version. |
FDO_E_REPLICA_NOT_FOUND | -2147212972 | Replica data was not found. |
FDO_E_RECONCILE_FAILED | -2147212971 | Error during reconcile. |
FDO_E_INVALID_REPLICA | -2147212970 | Invalid Replica. |
FDO_E_GENERATION_OUT_OF_ORDER | -2147212969 | Generation numbers out of order |
FDO_E_SYNCHRONIZATION_HAS_CONFLICTS | -2147212968 | Previous synchronization had conflicts |
FDO_E_REPLICATION_NOT_SUPPORTED_IN_RELEASE | -2147212967 | Replication not supported in this release |
FDO_E_REPLICATION_NOT_SUPPORTED | -2147212966 | Replication not supported in this release |
FDO_E_MISSING_ACKNOWLEDGEMENT | -2147212965 | Transmission does not contains changes previously sent |
FDO_E_CANNOT_SEND_TRANSMISSION | -2147212964 | Transmission cannot be sent until acknowledgement of previously sent changes |
FDO_E_REPLICA_LOCKED | -2147212963 | Another synchronization in progess has locked the replica |
FDO_E_RELATED_DATASET_IS_REFERENCED_BY_REPLICA | -2147212962 | An operation in a replica dataset is invalid since a related replica dataset is referenced by the replica. |
FDO_E_READONLY_REPLICA | -2147212961 | Operation not supported on a read-only replica |
FDO_E_OLD_MESSAGE | -2147212960 | Old messages |
FDO_E_REPLICA_IN_SENDING_DATA_STATE | -2147212959 | Replica in a SendingData state |
FDO_E_REPLICA_CAN_ONLY_IMPORT_ACKNOWLEDGMENT | -2147212958 | Can only import acknowledgment messages |
FDO_E_REPLICA_NO_UNACKNOWLEDGED_GENERATIONS | -2147212957 | Replica does not have any unacknowledged generations |
FDO_E_MULTIGEN_REPLICAS_NOT_SUPPORTED_IN_WORKSPACE | -2147212956 | Multi generations replicas are not supported in workspace |
FDO_E_CHECKOUTS_CANNOT_REEXPORT_CHANGES | -2147212955 | Cannot reexport changes from checkouts |
FDO_E_REPLICA_RECEIVER_CANNOT_REEXPORT_CHANGES | -2147212954 | Cannot reexport changes from data receiver replica |
FDO_E_REPLICA_RECEIVER_CANNOT_EXPORT_CHANGES | -2147212953 | Cannot export changes from data receiver replica |
FDO_E_CANNOT_CHECKOUT_HIGH_PREC_DATA_IN_LOW_PREC_DATASET | -2147212952 | Cannot checkout a high precision data to a low precision dataset |
FDO_E_CANNOT_REPLICATE_LOW_PRECISION_DATA | -2147212951 | Cannot checkout a high precision data to a low precision dataset |
FDO_E_REPLICA_INVALID_OUTPUT_XML_FILE | -2147212950 | Invalid output xml file |
FDO_NO_MATCH_DATASETS_FOUND_FOR_REGISTER_REPLICAS | -2147212949 | Cannot register replicas for existing datasets. |
FDO_E_NON_SIMPLE_DATASET_CANNOT_BE_REGISTERED_BY_REPLICA | -2147212948 | Cannot register non simple dataset in a replica. |
FDO_E_INVALID_REPLICA_NAME | -2147212947 | Replica name contains invalid chars. |
FDO_E_REPLICA_OLD_ACK | -2147212946 | Messages have already been acknowledged. |
FDO_E_REPLICA_SCHEMA_CHANGES_WRONG_DIRECTION | -2147212945 | Messages have already been acknowledged. |
FDO_E_CANNOT_CREATE_EMPTY_REPLICA | -2147212944 | Cannot create empty replica. |
FDO_E_INVALID_DATA_FOR_THIS_OPERATION | -2147212943 | Cannot create empty replica. |
FDO_E_REPLICA_SYNC_VERSION_NOT_YET_POSTED | -2147212942 | Sync version of a replica not yet reconciled and posted. |
FDO_E_CHILD_REPLICA_CANNOT_BE_CREATED_IN_PARENTDB | -2147212941 | Child replica cannot be created in the same database as the source data. |
FDO_E_GLOBALID_FIELD_REFERENCED_BY_REPLICA_CANNOT_BE_DELETED | -2147212940 | GlobalID column cannot be deleted if it is referenced by a replica. |
FDO_E_MUST_BE_REPLICA_OWNER | -2147212939 | Must be Replica owner to perform this operation. |
FDO_E_REPLICA_NAME_ALEARDY_EXISTS | -2147212938 | Replica with the same name already exists. |
FDO_E_CANNOT_REGISTER_EMPTY_REPLICA | -2147212937 | Cannot register empty replica. |
FDO_UNREGISTER_GLOBALID_NOT_SUPPORTED | -2147212936 | Cannot unregister globalID. |
FDO_REGISTER_NULLABLE_GLOBALID_NOT_SUPPORTED | -2147212935 | Cannot register nullable globalID. |
FDO_REGISTER_VERSIONED_GLOBALID_NOT_SUPPORTED | -2147212934 | Cannot register nullable globalID. |
FDO_ONEWAY_REPLICA_USING_ARCHIVING_NOT_SUPPORTED_IN_NAMED_VERSIONS | -2147212933 | Cannot create a replica using archiving to a named version. |
FDO_ONEWAY_REPLICA_PARENT_READONLY_NOT_SUPPORTED_IN_LOCAL_CHILD_WORKSPACES | -2147212932 | Cannot create oneway replica parent readonly on local workspaces. |
FDO_E_MUST_BE_VERSION_OWNER_TO_SYNC | -2147212931 | Cannot synchronize a protected version by anyone other than the owner/dba of the version. |
FDO_DATA_CANNOT_BE_REGISTERED_AS_REPLICAS_IN_TRANSPORT_FGDB | -2147212930 | Cannot register data as replicas in a transport FileGDB. Only xml transport file is supported. |
FDO_E_CHILD_PARENT_REPLICA_CANNOT_EXIST_IN_SAME_GEODATABASE | -2147212929 | Operation is not supported. Child and parent replica cannot exist in the same geodatabase. |
FDO_E_NO_DEFAULT_TURN_EVALUATOR | -2147212719 | There is no associated default turn evaluator. |
FDO_E_FEATURE_DATASET_CONTAINERS_NOT_SUPPORTED | -2147212718 | Feature dataset network dataset containers are not supported. |
FDO_E_NETWORK_DATASET_INVALID_NAME | -2147212717 | The network dataset name is invalid. |
FDO_E_INVALID_NETWORK_ATTRIBUTE_NAME | -2147212716 | The network attribute name is invalid. |
FDO_E_INVALID_NETWORK_SOURCE_FOR_EVALUATOR | -2147212715 | The network source is invalid for the evaluator. |
FDO_E_INVALID_EXPRESSION_FOR_EVALUATOR | -2147212714 | The expression is invalid for the evaluator. |
FDO_E_INVALID_CONSTANT_FOR_NETWORK_ATTRIBUTE | -2147212713 | Invalid constant for attribute data type. |
FDO_E_SUBTYPES_REQUIRED | -2147212712 | Subtype specification is required (UsesSubtypes is True). |
FDO_E_INVALID_NETWORK_DATASET_SCHEMA | -2147212711 | Invalid network dataset schema. |
FDO_E_NETWORK_OBJECT_EVALUATOR_ERROR | -2147212710 | Network object evaluator error. |
FDO_E_NETWORK_BAD_EDGE_ORIENTATION | -2147212709 | Bad network edge orientation. |
FDO_E_NETWORK_DATASET_INVALID_ACCESS | -2147212708 | The network dataset has an invalid access mode. |
FDO_E_NO_DEFAULT_JUNCTION_EVALUATOR | -2147212707 | There is no associated default junction evaluator. |
FDO_E_NO_DEFAULT_EDGE_EVALUATOR | -2147212706 | There is no associated default edge evaluator. |
FDO_E_NETWORK_DATASET_NOTURNS | -2147212705 | The network dataset does not support turns. |
FDO_E_NETWORK_ELEMENT_EVALUATOR_ERROR | -2147212704 | Network element evaluator error. |
FDO_E_NETWORK_SOURCE_DATASET_NOT_FOUND | -2147212703 | The dataset for the network source was not found. |
FDO_E_INVALID_NETWORK_SOURCE | -2147212702 | The source is not valid for the network. |
FDO_E_INVALID_NETWORK_ATTRIBUTE | -2147212701 | The attribute is not valid for the network. |
FDO_E_INVALID_CONNECTIVITY_GROUP_NAME | -2147212700 | The connectivity group name is invalid. |
FDO_E_SUBTYPES_NOT_IN_USE | -2147212699 | Subtype specification is not valid. |
FDO_E_NETWORK_DATASETS_NOT_SUPPORTED_IN_RELEASE | -2147212698 | Network datasets are not supported in this release of the Geodatabase. |
FDO_E_NETWORK_DATASET_ALREADY_EXISTS | -2147212697 | The network dataset with the specified name already exists. |
FDO_E_SUBTYPES_UNSPECIFIED_CONN_GROUP | -2147212696 | A connectivity group was not specified for one or more subtypes. |
FDO_E_SUBTYPES_UNSPECIFIED_CONN_POLICY | -2147212695 | A connectivity policy was not specified for one or more subtypes. |
FDO_E_INVALID_NETWORK_SOURCE_GEOMETRY_TYPE | -2147212694 | The geometry type for the feature class is not valid for the network source. |
FDO_E_INVALID_NETWORK_SOURCE_FEATURE_TYPE | -2147212693 | The feature type of the feature class is not valid for the network source. |
FDO_E_FSTAR_INVALID_FROM_EDGE | -2147212692 | The fromEdge is not connected to the AtJunction. |
FDO_E_EVALUATOR_CREATE | -2147212691 | The evaluator object could not be created. |
FDO_E_EVALUATOR_INITIALIZE_DATA | -2147212690 | The evaluator failed to initialize data. |
FDO_E_EVALUATOR_INITIALIZE_QUERY | -2147212689 | The evaluator failed to initialize for queries. |
FDO_E_EVALUATOR_QUERY | -2147212688 | The evaluator failed to return a value. |
FDO_E_INVALID_NETWORK_ELEMENT_ID | -2147212687 | The network element id is invalid. |
FDO_E_INVALID_NETWORK_EDGE_DIRECTION | -2147212686 | The network edge direction is invalid. |
FDO_E_INVALID_NETWORK_TURN_TYPE | -2147212685 | The network edge direction is invalid. |
FDO_E_TURN_NOT_PRESENT | -2147212684 | There is no turn present at this adjacency index. |
FDO_E_BUILD_NOT_SUPPORTED | -2147212683 | Build is not supported on this network. |
FDO_E_OPERATION_NOT_SUPPORTED_ON_BUILDABLE_NETWORK | -2147212682 | The operation is not supported on a buildable network. |
FDO_E_NETWORK_SOURCE_INVALID_NAME | -2147212681 | The source name is invalid. |
FDO_E_NETWORK_SOURCE_INVALID_ELEMENT_TYPE | -2147212680 | The element type for the network source is not valid. |
FDO_E_NO_SYSTEM_JUNCTION_SOURCE | -2147212679 | There is no system junction source. |
FDO_E_BAD_SYSTEM_JUNCTION_SOURCE | -2147212678 | The system junction source is bad. |
FDO_E_NETWORK_ELEMENT_NOT_INITIALIZED | -2147212677 | The network element has not been initialized. |
FDO_E_ATTRIBUTES_WITHOUT_SOURCES | -2147212676 | Attributes cannot be added to network datasets with no sources. |
FDO_E_INVALID_HIERARCHY_RANGES | -2147212675 | The hierarchy max range values are invalid. |
FDO_E_CANNOT_DELETE_NETWORK_ATTRIBUTES | -2147212674 | Network attributes cannot be deleted. |
FDO_E_SOURCE_DIRECTIONS_NOT_SUPPORTED | -2147212673 | Network source directions not supported on this network source type. |
FDO_E_NETWORK_SOURCE_ALREADY_EXISTS | -2147212672 | The network source with the specified name already exists. |
FDO_E_NETWORK_SOURCE_NAME_DOESNT_EXIST | -2147212671 | The network source with the specified name does not exist. |
FDO_E_EVALUATOR_CANNOT_BE_DEFAULT_EVALUATOR | -2147212670 | The network evaluator cannot be used as a default evaluator. |
FDO_E_INVALID_NETWORK_ATTRIBUTE_FOR_EVALUATOR | -2147212669 | The network attribute is invalid for the evaluator. |
FDO_E_EVALUATOR_NOT_VALIDATED | -2147212668 | The network evaluator has not been validated. |
FDO_E_EVALUATOR_NOT_VALID | -2147212667 | The network evaluator is not valid. |
FDO_E_EVALUATOR_NOT_INITIALIZED | -2147212666 | The network evaluator has not been initialized. |
FDO_E_EVALUATOR_SYNTAX_ERROR | -2147212665 | The network evaluator has a syntax error. |
FDO_E_FIELD_EVALUATOR_FIELD_NOT_FOUND | -2147212664 | The network field evaluator is associated with a field than cannot be found. |
FDO_E_INVALID_NETWORK_ATTRIBUTE_ID | -2147212663 | The attribute id value is invalid. |
FDO_E_NETWORK_SOURCE_INVALID_FULLNAME | -2147212662 | The network source fullname property is invalid. |
FDO_E_NOT_CONSTANT_EVALUATOR | -2147212661 | The evaluator in use is not a constant evaluator. |
FDO_E_DIRECTIONAL_EVALUATOR_WITH_JUNCTION_SOURCE | -2147212660 | Cannot assign a directional evaluator to a junction source. |
FDO_E_INCORRECT_DATA_ELEMENT_TYPE | -2147212659 | The data element type is incorrect for the operation. |
FDO_E_INVALID_SOURCES_FOR_SHAPEFILE_NETWORK_DATASET | -2147212658 | The number or type of sources are invalid for shapefile-based network datasets. |
FDO_E_NETWORK_SOURCE_INCONSISTENT_ELEVATION_SPECIFICATION | -2147212657 | The network source has an inconsistent elevation field specification. |
FDO_E_TURN_NO_NETWORK | -2147212656 | The turn feature class does not participate in a network dataset. |
FDO_E_TURN_GEOM_TOO_MANY_VERTICES | -2147212655 | The geometry references too many edges for the turn feature class. |
FDO_E_TURN_NOT_VALID | -2147212654 | The current edge sequence is not valid. |
FDO_E_TURN_GEOM_NOT_POLYLINE | -2147212653 | The geometry must have polyline geometry type. |
FDO_E_TURN_GEOM_NOT_ENOUGH_VERTICES | -2147212652 | A turn must include at least two edges. |
FDO_E_TURN_GEOM_MULTIPART | -2147212651 | The geometry cannot be a multipart line. |
FDO_E_TURN_GEOM_NO_FIRST_FEATURE | -2147212650 | The first vertex could not be snapped to a network edge. |
FDO_E_TURN_GEOM_NO_LAST_FEATURE | -2147212649 | The last vertex could not be snapped to a network edge. |
FDO_E_TURN_GEOM_NO_FEATURES | -2147212648 | The turn references a line feature that does not have network edge elements. |
FDO_E_TURN_GEOM_DISCONNECTED_FEATURES | -2147212647 | The edges are not adjacent in the network dataset. |
FDO_E_TURN_GEOM_INVALID_SEQUENCE | -2147212646 | The edges are not adjacent in the network dataset in this sequence. |
FDO_E_TURN_NOT_ENOUGH_PARTS | -2147212645 | A turn must include at least two edges. |
FDO_E_TURN_NDS_INTERIOR_EXTERIOR_CONFLICT | -2147212644 | A network edge element used in the middle of the turn sequence cannot also be used at the start or end of the sequence. |
FDO_E_TURN_NDS_EXTERIOR_LOOP | -2147212643 | A turn cannot have any self-looping edge elements. |
FDO_E_TURN_NO_EDGE_SOURCES | -2147212642 | No edge feature sources have been added to the current map. |
FDO_E_TURN_INVALID_EDGE1END | -2147212641 | The value for the Edge1End field in the turn feature class is invalid. |
FDO_E_TURN_GEOM_AMBIGUOUS_FEATURES | -2147212640 | The direction of the turn cannot be determined. |
FDO_E_NETWORK_MISSING_SOURCE | -2147212639 | The network dataset cannot be opened as one of its network sources is missing. |
FDO_E_DIRECTIONAL_EVALUATOR_WITH_TURN_SOURCE | -2147212638 | Cannot assign a directional evaluator to a turn source. |
FDO_E_NETWORK_SOURCE_MISSING_FEATURE_CLASS | -2147212637 | Cannot find the feature class associated with the network source. |
FDO_E_NETWORK_SOURCE_NOT_SIMPLE_FEATURE_CLASS | -2147212636 | The network source must correspond to a simple feature class. |
FDO_E_NETWORK_SOURCE_IN_MULTIPLE_NETWORKS | -2147212635 | The network source participates in multiple network datasets. |
FDO_E_NETWORK_EVALUATOR_CREATE_FAILED | -2147212634 | Unable to instantiate the network evaluator component. |
FDO_E_FIELD_EVALUATOR_AS_DEFAULT_EVALUATOR | -2147212633 | Cannot assign a field evaluator as a default evalautor. |
FDO_E_NODIRECTIONAL_EVALUATOR_WITH_EDGE_SOURCE | -2147212632 | Cannot assign a non-directional evaluator with an edge feature source. |
FDO_E_MISSING_NETWORK_SOURCE_FOR_EVALUATOR | -2147212631 | The network source is missing for the evaluator. |
FDO_E_TURN_ILLEGAL_START_END_POS | -2147212630 | The geometry for a turn cannot start or end at a junction. |
FDO_E_CANNOT_DELETE_SYSTEM_JUNCTION_SOURCE | -2147212629 | System junction sources cannot be deleted. |
FDO_E_TURN_INVALID_EDGE_DESCRIPTOR | -2147212628 | The value for one of the edge descriptors is invalid. |
FDO_E_TURN_CANNOT_CHANGE_SUPPORT | -2147212627 | Turn support cannot be changed on an existing network dataset. |
FDO_E_ID_OVERFLOW | -2147212626 | The id value cannot be represented in 32 bits. |
FDO_E_TURN_INVALID_MAX_EDGES | -2147212625 | The value for maximum edges per turn is invalid. |
FDO_E_TURN_INVALID_CUR_MAX_EDGES | -2147212624 | The value for maximum edges per turn cannot be less than the existing value. |
FDO_E_NO_SCRIPT_CONTROL | -2147212623 | The script control is unavailable. |
FDO_E_TURN_MISSING_EDGE | -2147212622 | The vertices of the turn geometry must intersect each edge in the turn. |
FDO_E_MISSING_SYSTEM_JUNCTION_CLASS_ELEV_FIELD | -2147212621 | The system junction class does not have the elevation field. |
FDO_E_BAD_TYPE_SYSTEM_JUNCTION_CLASS_ELEV_FIELD | -2147212620 | The system junction class elevation field does not have long integer type. |
FDO_E_INVALID_SCHEMA_UPDATE | -2147212619 | The schema update is invalid. |
FDO_E_USE_BY_DEFAULT_NOT_SUPPORTED | -2147212618 | The UseByDefault property on a network attribute is not supported in this Geodatabase release. |
FDO_E_SIGNPOSTS_NOT_SUPPORTED | -2147212617 | Signposts on network directions are not supported in this Geodatabase release. |
FDO_E_NETWORK_ATTRIBUTE_ALREADY_EXISTS | -2147212616 | The network attribute with the specified name already exists. |
FDO_E_INVALID_DIRECTIONS_LENGTH_UNIT | -2147212615 | The network directions output length unit is invalid. |
FDO_E_OVERLAPPING_NETWORK_GLOBAL_TURN_DELAY_CATEGORIES | -2147212614 | The global turn delay categories are overlapping. |
FDO_E_NETWORK_ATTRIBUTE_NOT_COST_USAGE | -2147212613 | The network attribute does not have cost usage. |
FDO_E_NETWORK_ATTRIBUTE_NOT_TIME_UNITS | -2147212612 | The network attribute does not have time units. |
FDO_E_NETWORK_ATTRIBUTE_REFERENCES_SELF | -2147212611 | The network attribute evaluator is self referential. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_OPERATOR_NOT_SUPPORTED | -2147212610 | The operator used by the network function operator is not supported for this attribute data type. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_ARGUMENT1_INVALID | -2147212609 | The first argument to the network function evaluator is invalid. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_ARGUMENT2_INVALID | -2147212608 | The second argument to the network function evaluator is invalid. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_PARAMETER_MISSING | -2147212607 | The parameter used by this network function evaluator does not exist. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_PARAMETER_NOT_NUMERIC | -2147212606 | The parameter used by this network function evaluator is not numeric. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_OVERFLOW | -2147212605 | The function evaluator value calculation results in a numeric overflow. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_MISSING_REFERENCED_NETWORK_ATTRIBUTE | -2147212604 | The attribute referenced by the network function evaluator does not exist. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_REFERENCED_NETWORK_ATTRIBUTE_NOT_NUMERIC | -2147212603 | The attribute referenced by the network function evalutor is not numeric. |
FDO_E_EVALUATOR_NOT_SUPPORTED | -2147212602 | The network evaluator is not supported. |
FDO_E_FORWARDSTAR_ADD_CACHED_ATTRIBUTE_DEPRECATED | -2147212601 | INetworkForwardStarSetup.AddCachedAttribute has been deprecated and should not be called. |
FDO_E_FORWARDSTAR_REMOVE_CACHED_ATTRIBUTES_DEPRECATED | -2147212600 | INetworkForwardStarSetup.RemoveAllCachedAttributes has been deprecated and should not be called. |
FDO_E_INVALID_NETWORK_ATTRIBUTE_USAGE_TYPE | -2147212599 | The network attribute usage type is invalid for this operation. |
FDO_E_INVALID_NETWORK_EDGE_ATTRIBUTE_ADJUSTMENT | -2147212598 | The network attribute adjustment type is invalid for the given range along this edge. |
FDO_E_INVALID_NETWORK_ATTRIBUTE_ADJUSTMENT_VALUE | -2147212597 | The provided network attribute adjustment value is invalid for this operation on this network attribute. |
FDO_E_INVALID_POSITION_RANGE | -2147212596 | The range of positions is invalid for this operation. |
FDO_E_NETWORK_ELEVATION_MODEL_CANNOT_CHANGE | -2147212595 | Network elevation model cannot be changed in the existing network dataset. |
FDO_E_ZCOORDINATES_NOT_SUPPORTED_IN_RELEASE | -2147212594 | Connectivity by Z coordinates is not supported in this geodatabase release. |
FDO_E_NETWORK_SOURCE_INVALID_ELAVATION_MODEL | -2147212593 | Network source cannot be added to the 3D network dataset since it is not Z-aware. |
FDO_E_NETWORK_COVERING_HYPEREDGE_DOES_NOT_EXIST | -2147212592 | The network edge does not have a covering hyperedge. |
FDO_E_INVALID_EVALUATOR_FOR_SHAPEFILE_NETWORK_DATASET | -2147212591 | The evaluator is invalid for shapefile-based network datasets. |
FDO_E_INVALID_USAGE_OR_UNIT_TYPE_FOR_EVALUATOR | -2147212590 | The usage type or unit type of the evaluator is invalid. |
FDO_E_INVALID_TRAFFIC_DATA | -2147212589 | The traffic data is invalid. |
FDO_E_INVALID_TIME_SLICE_FIELD_NAME | -2147212588 | The time slice field name is invalid. |
FDO_E_HISTORICAL_TRAFFIC_DATA_CANNOT_CHANGE | -2147212587 | Historical traffic data cannot be added to or deleted from the existing network dataset. |
FDO_E_TRAFFIC_DATA_NOT_SUPPORTED | -2147212586 | The traffic data is not supported. |
FDO_E_TRAFFIC_DATA_ATTRIBUTE_MISSING | -2147212585 | Traffic data fallback or time neutral attribute is missing. |
FDO_E_NETWORK_DATASET_NO_TIME_ZONE | -2147212584 | The network dataset does not have a time zone attribute. |
FDO_E_SIGNPOST_TABLE_NOT_REGISTERED | -2147212583 | The network dataset signpost table is not registered in the Geodatabase. |
FDO_E_BUILD_INSIDE_EDIT_SESSION | -2147212582 | The network dataset build should be done outside of an edit session. |
FDO_E_BUILDNETWORK_ALREADYBUILD | -2147212581 | The network dataset has already been built. |
FDO_E_FSTAR_INVALID_FROM_EDGE_FORWARD | -2147212580 | For forward traversal, the AtJunction must be the FromEdge's ToJunction. |
FDO_E_FSTAR_INVALID_FROM_EDGE_BACKWARD | -2147212579 | For backward traversal, the AtJunction must be the FromEdge's FromJunction. |
FDO_E_NO_ATTRIBUTE_RECORD | -2147212578 | No matching attribute record found. |
FDO_E_NETWORK_DATASET_NEEDS_UPGRADE | -2147212577 | The network dataset needs to be upgraded. |
FDO_E_NETWORK_DATASET_ALREADY_UPGRADED | -2147212576 | The network dataset has already being upgraded. |
FDO_E_INVALID_TIME_VALUE | -2147212575 | The input time value is before January 1, 1970. |
FDO_E_INVALID_NETWORK_TIME_USAGE_TYPE | -2147212574 | The time usage type is invalid. |
FDO_E_INVALID_TIME_ZONE_OBJECTID | -2147212573 | Invalid time zone ObjectID. |
FDO_E_INVALID_TIME_ZONE_NAME | -2147212572 | Invalid time zone name. |
FDO_E_CADASTRAL_FABRIC_INVALID_NAME | -2147212287 | The cadastral fabric name is invalid. |
FDO_E_CADASTRAL_FABRICS_NOT_SUPPORTED_IN_RELEASE | -2147212286 | Cadastral fabrics are not supported in this release of the Geodatabase. |
FDO_E_CADASTRAL_FABRIC_ALREADY_EXISTS | -2147212285 | A cadastral fabric with the specified name already exists. |
FDO_E_CADASTRAL_FABRIC_JOB_ALREADY_EXISTS | -2147212284 | A job with the specified name already exists for the cadastral fabric. |
FDO_E_CADASTRAL_FABRIC_JOB_INVALID_STATUS | -2147212283 | The status of the job is invalid for this procedure. |
FDO_E_CADASTRAL_FABRIC_SCHEMA_CORRUPTION | -2147212282 | Schema error. Required fields are missing. |
FDO_E_CADASTRAL_FABRIC_JOB_LOCK_ALREADY_EXISTS | -2147212281 | Lock already exists for cadastral feature. |
FDO_E_CADASTRAL_FABRIC_MISSING_SYSTEM_TABLE | -2147212280 | System table is missing. |
FDO_E_CADASTRAL_FABRIC_DATA_CORRUPTION | -2147212279 | Data is corrupted. |
FDO_E_CADASTRAL_FABRIC_JOB_ALREADY_COMMITTED | -2147212278 | Job has already been committed. |
FDO_E_CADASTRAL_FABRIC_JOB_NOT_FOUND | -2147212277 | The cadastral job was not found. |
FDO_E_CADASTRAL_FABRIC_PACKET_LOAD_FAILED | -2147212276 | XML Packet failed to load. |
FDO_E_CADASTRAL_FABRIC_PACKET_MISSING_DATA | -2147212275 | XML Packet is missing required data. |
FDO_E_JOB_DOES_NOT_BELONG_TO_FABRIC | -2147212274 | The specified cadastral job does not belong to the current fabric. |
FDO_E_CADASTRAL_FABRIC_PACKET_POST_REQUIRES_EDIT_SESSION | -2147212273 | Edits to the fabric require an edit session. |
FDO_E_JOB_UNJOINED_PARCEL_PRESENT | -2147212272 | Cannot commit a cadastral job that contains unjoined parcels. |
FDO_E_CADASTRAL_FABRIC_XML_PARSER_NOT_FOUND | -2147212271 | The version of XML cannot be loaded. |
FDO_E_CADASTRAL_FABRIC_OBJECT_ALREADY_MODIFIED | -2147212270 | Cadastral feature already updated in default version. |
FDO_E_CADASTRAL_FABRIC_JOB_CURRENTLY_EDITED | -2147212269 | Cadastral feature is part of a job that is currently been edited. |
FDO_E_CADASTRAL_FABRIC_DATUM_MISMATCH | -2147212268 | Source Datum does not match Cadastral Fabric Datum. |
FDO_E_CADASTRAL_FABRIC_ILLEGAL_RECONCILE | -2147212267 | Cannot reconcile grandchild versions with fabric edits against default. |
FDO_E_CADASTRAL_FABRIC_COMMIT_NO_NAME | -2147212266 | Cannot commit the given job - no name supplied. |
FDO_E_CADASTRAL_FABRIC_COMMIT_NOT_DEFAULT | -2147212265 | Cannot commit the given job - not in default. |
FDO_E_CADASTRAL_FABRIC_COMMIT_JOB_LOCKED | -2147212264 | Cannot commit the given job - the job is currently locked. |
FDO_E_CADASTRAL_FABRIC_JOB_NOT_COMMITTED | -2147212263 | Cannot delete the given job - the job is not committed. |
FDO_E_CADASTRAL_FABRIC_COPY_WITH_TOPOLOGY_NOT_SUPPORTED_IN_RELEASE | -2147212262 | Copy paste of a topology with a cadastral fabric dataset is not supported in this release. |
FDO_E_CADASTRAL_FABRIC_OPERATION_CANCELLED | -2147212261 | The cadastral fabric operation was cancelled. |
FDO_E_PERSONAL_SDE_ONE_EDITOR | -2147212031 | Personal SDE can only have one editor. |
FDO_E_CANNOT_CONNECT_TO_SERVER | -2147212030 | Failed to connect to Database Server. |
FDO_E_ITEM_NOT_FOUND | -2147211775 | The item was not found. |
FDO_E_ITEM_WITH_PATH_EXISTS | -2147211774 | The item with path already exists. |
FDO_E_ITEM_DOES_NOT_HAVE_DEFINITION | -2147211773 | The item does not have a definition. |
FDO_E_INVALID_CATALOG_PATH | -2147211772 | The catalog path is invalid. |
FDO_E_ITEM_RELATIONSHIP_EXISTS | -2147211771 | A relationship already exists between these items. |
FDO_E_CANNOT_CHANGE_ITEM_VISIBILITY | -2147211770 | Cannot change the visibility of an existing item. |
FDO_E_RELATIONSHIP_VISIBILITY_INVALID | -2147211769 | Item relationship visibility must match the visibility of the related items. |
FDO_E_CANNOT_CHANGE_ITEM_PROPERTY | -2147211768 | UpdateDataset cannot change this property. |
FDO_E_RELATIONSHIP_ATTRIBUTES_INVALID | -2147211767 | Item relationship attributes are invalid. |
FDO_E_OTHER_ACTIVE_CONNECTIONS | -2147211766 | Cannot upgrade because there are other active connections. |
FDO_E_USER_DOES_NOT_HAVE_UPGRADE_PRIVILIGES | -2147211765 | User does not have required priviliges to upgrade. |
FDO_E_INSTANCE_IS_NOT_UPGRADABLE | -2147211764 | Instance is not upgradable. |
FDO_E_INSTANCE_DOES_NOT_SUPPORT_XML_TYPE | -2147211763 | Instance does not support XML type. |
FDO_E_ITEM_RELATIONSHIP_NOT_FOUND | -2147211762 | The item relationship was not found. |
FDO_E_ITEM_RELATIONSHIP_ITEM_NOT_FOUND | -2147211761 | The item associated with an item relationship was not found. |
FDO_E_DEFINITION_MISSING_CONTROLLER_MEMBERSHIP | -2147211760 | The dataset definition is missing an expected controller membership. |
FDO_E_DOES_NOT_SUPPORT_UNMANAGED_RASTER_CATALOG | -2147211519 | The geodatabase doesn't support unmanaged raster catalogs. |
FDO_E_QUERYDESCRIPTION_NOSPATIALCOLUMN | -2147211263 | No spatial column present |
FDO_E_QUERYDESCRIPTION_INVALIDCOLUMN | -2147211262 | Invalid column. |
FDO_E_QUERYDESCRIPTION_OIDNOTMAPPEDCOLUMN | -2147211261 | OID not a mapped column. |
FDO_E_QUERYDESCRIPTION_COLUMNEXISTS | -2147211260 | Column exists. |
FDO_E_QUERYDESCRIPTION_INVALIDFIELDTYPE | -2147211259 | Invalid field type. |
FDO_E_QUERYTABLE_OIDMAPPEDCOLUMNHASNULL | -2147211258 | Oid mapped column has null value. |
FDO_E_QUERYDESCRIPTION_OUTOFSYNC | -2147211257 | Query description out of sync. |
FDO_E_QUERYDESCRIPTION_OIDFIELDSMISSING | -2147211256 | Fields used for OID mapping missing. |
FDO_E_QUERYDESCRIPTION_INVALIDGEOMETRYTYPE | -2147211255 | Geometry type not supported. |
FDO_E_QUERYCLASS_INVALIDWHERE | -2147211254 | Failed to parse the where clause. |
FDO_E_QUERYCLASS_OIDUNKNOWN | -2147211253 | Oid value is unknown. |
FDO_E_QUERYTABLE_QUERYMISSING | -2147211252 | Query missing. |
FDO_E_QUERYTABLE_WORKSPACEMISSING | -2147211251 | Workspace missing. |
FDO_E_QUERYTABLE_OIDCOLUMNHASNULL | -2147211250 | Oid column has null value. |
FDO_E_QUERYCLASS_NULLGEOMETRYTYPE | -2147211249 | Geometry type is null geometry. |
FDO_E_QUERYCLASS_INVALIDSRID | -2147211248 | Srid is invalid. |
FDO_E_QUERYCLASS_INVALIDSPATIALREFERENCE | -2147211247 | Spatial reference is invalid. |
FDO_E_RELCLASS_COULD_NOT_GET_ORIG_PRIM_KEY | -2147211183 | Unable to obtain origin primary key value. |
FDO_E_RELCLASS_COULD_NOT_GET_ORIG_FOR_KEY | -2147211182 | Unable to obtain origin foreign key value. |
FDO_E_RELCLASS_COULD_NOT_GET_DEST_PRIM_KEY | -2147211181 | Unable to obtain destination primary key value. |
FDO_E_RELCLASS_COULD_NOT_GET_DEST_FOR_KEY | -2147211180 | Unable to obtain destination foreign key value. |
FDO_E_RELCLASS_INCOMPATIBLE_WITH_EXISTING_RELCLASS | -2147211179 | The relationship class is incompatible with an existing relationship class. |
FDO_E_RELCLASS_CANNOT_RESET_FKEYS | -2147211178 | Cannot reset foreign keys for an existing relationship row. |
FDO_E_RELCLASS_INVALID_FKEY | -2147211177 | Invalid foreign key value. |
FDO_E_RELCLASS_INVALID_CURSOR | -2147211176 | QueryDef-based search returned an invalid cursor. |
FDO_E_RELATIONSHIPCLASS_NOT_FOUND | -2147211175 | The relationship class was not found. |
FDO_E_RELATIONSHIPCLASS_INVALID_NAME | -2147211174 | Invalid relationship class name. |
FDO_E_RELATIONSHIPCLASS_ALREADY_EXISTS | -2147211173 | The relationship class already exists. |
FDO_E_RELATIONSHIPCLASS_INVALID_SPEC | -2147211172 | Invalid relationship class specification. |
FDO_E_RELATIONSHIPCLASS_ORIGIN_DEST_NOT_FOUND | -2147211171 | Cannot open origin or destination class of this relationship class. |
FDO_E_MISSING_ORIGIN_OR_DESTINATION_OBJECT | -2147211170 | The replace command cannot be completed because the attributed relationship rows 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. |
FDO_E_INVALID_CONNECTIVITY_RULE | -2147211007 | The connectivity rule is invalid/malformed. |
FDO_E_VALIDATION_NOT_SUPPORTED | -2147211006 | Validation not supported on non-SQL datasets. |
FDO_E_INVALID_CARDINALITY | -2147211005 | The cardinality specified for the connectivity rule is invalid. |
FDO_E_DEFAULT_JUNCTIONS_NOT_SUPPORTED_IN_RELEASE | -2147211004 | Default junctions not supported in this release of the Geodatabase. |
FDO_E_ALTERING_RULE_NOT_SUPPORTED | -2147211003 | Altering this type of validation rule not supported. |
FDO_E_CONNECTIVITY_RULES_NOT_SUPPORTED | -2147211002 | Connectivity rules are not supported on simple features. |
FDO_E_CANNOT_ALTER_NON_EXISTANT_RULE | -2147211001 | Cannot alter a non-existant rule. |
FDO_E_RULE_NOT_FOUND | -2147211000 | Validation rule not found. |
FDO_E_ZERO_LENGTH_POLYLINE | -2147210927 | Zero-length polylines not allowed. |
FDO_E_CLOSED_POLYLINE | -2147210926 | Closed polylines not allowed. |
FDO_E_NO_NETWORK_ANCILLARY_ROLE | -2147210925 | Junction feature does not have network ancillary role. |
FDO_E_FLIPPED_POLYLINE | -2147210924 | Flipping polylines not allowed. |
FDO_E_CANNOT_SPLIT_JUNCTION | -2147210923 | Splitting junction features not allowed. |
FDO_E_INVALID_NETWORK_ANCILLARY_ROLE | -2147210922 | Invalid network ancillary role. |
FDO_E_CANNOT_ADD_ORPHAN_JUNCTION_ON_EXISTING_JUNCTION | -2147210921 | Cannot add an orphan junction on top of an existing junction. |
FDO_E_INVALID_JUNCTION_INDEX | -2147210920 | The specified junction index is invalid. |
FDO_E_CANNOT_SET_ENABLED_FIELD | -2147210919 | Unable to set the enabled field associated with a network element. |
FDO_E_CANNOT_SET_WEIGHT_FIELD | -2147210918 | Unable to set the weight field associated with a network element. |
FDO_E_INVALID_GEOMETRY_FOR_COMPLEX_JUNCTION | -2147210917 | An invalid type of geometry is being set into a complex junction. |
FDO_E_INVALID_GEOMETRY_TYPE_FOR_NETWORK_FEATURE_CLASS | -2147210916 | An invalid geometry type is associated with a network feature class. |
FDO_E_NO_ASSOCIATED_NETWORK_ELEMENT | -2147210915 | The network feature does not have an associated network element. |
FDO_E_IDENTICAL_FROM_TO_JUNCTIONS | -2147210914 | The edge feature has the same from and to junctions. |
FDO_E_EDGE_MISSING_ENDPOINT_JUNCTION | -2147210913 | The edge feature is missing either a from or to junction. |
FDO_E_CONNECTED_EDGE_INVALID_CONNECTIVITY | -2147210912 | The connected edge feature has invalid connectivity. |
FDO_E_INVALID_CONNECTIVITY_CANNOT_BE_CORRECTED | -2147210911 | A connected feature has inconsistent connectivity and cannot be corrected. |
FDO_E_INVALID_NETWORK_FEATURE_CLASS | -2147210910 | Invalid network feature class. |
FDO_E_DOMAIN_NOT_FOUND | -2147209215 | The domain was not found. |
FDO_E_DOMAIN_USED_BY_ATTRIBUTE_RULE | -2147209214 | The domain is used by an attribute rule. |
FDO_E_DOMAIN_USED_AS_DEFAULT_DOMAIN | -2147209213 | The domain is used as a default domain. |
FDO_E_DOMAIN_NAME_ALREADY_EXISTS | -2147209212 | Domain name already in use. |
FDO_E_DOMAIN_VALUE_EXCEEDS_FIELD_LENGTH | -2147209211 | The value of the domain exceeds the length of the field. |
FDO_E_DOMAIN_OWNER_DOESNT_MATCH | -2147209210 | The existing domain owner does not match that of the updated domain. |
FDO_E_DOMAIN_FIELD_TYPE_DOESNT_MATCH | -2147209209 | The existing domain field type does not match that of the updated domain. |
FDO_E_DOMAIN_TYPE_NOT_SUPPORTED | -2147209208 | The domain type is not supported. |
FDO_E_CODED_VALUE_DOMAIN_VALUE_ALREADY_EXISTS | -2147209207 | The value being added to the coded value domain already exists. |
FDO_E_CANNOT_LOCK_COCREATED_DOMAIN | -2147209206 | Client cocreated domains may not be locked. |
FDO_E_DOMAIN_USED_BY_OTHER_WORKSPACE | -2147209205 | The domain is already used by another workspace. |
FDO_E_DOMAIN_FIELD_TYPE_MISMATCH | -2147209204 | The domain field type does not match that of the field it is being assigned to. |
FDO_E_CANNOT_LOCK_DOMAIN_AS_NOT_OWNER | -2147209203 | Domain may not be locked as the user is not the owner. |
FDO_E_DEFAULT_DOMAIN_NOT_FOUND | -2147209202 | The specified default domain was not found. |
FDO_E_DOMAIN_RECORD_NOT_FOUND | -2147209201 | The domain record was not found. |
FDO_E_DOMAIN_TYPE_DOESNT_MATCH | -2147209200 | The existing domain type does not match that of the updated domain. |
FDO_E_CODED_VALUE_DOMAIN_NAME_EMPTY | -2147209199 | The name of an entry in the coded value domain is empty. |
FDO_E_CODED_VALUE_DOMAIN_VALUE_NOT_COMPATIBLE | -2147209198 | The value is not compatible with the field types associated with the coded value domain. |
FDO_E_CODED_VALUE_DOMAIN_VALUE_INCONSISTENT | -2147209197 | The value type is inconsistent with other associated value types in the coded value domain. |
FDO_E_CODED_VALUE_DOMAIN_FIELD_TYPE_NOT_COMPATIBLE | -2147209196 | The field type is not compatible with the associated value types in the coded value domain. |
FDO_E_CANNOT_DELETE_DOMAIN | -2147209195 | The domain cannot be deleted. |
FDO_E_DOMAIN_INVALID_NAME | -2147209194 | The domain name is invalid. |
FDO_E_DOMAIN_DOES_NOT_MATCH_WORKSPACE | -2147209193 | The domain definition is different from the domain of the same name in the workspace. |
FDO_E_DOMAIN_INCOMPATIBLE_WITH_DEFAULT_VALUE | -2147209192 | The domain is incompatible with the existing default value. |
Product Availability
Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.