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_INCOMPATIBLE_CLIENT_VERSION | -2147220944 | This version of the Geodatabase client is incompatible with the dataset and cannot open it. |
FDO_E_NEW_SCHEMA_REQUIRED | -2147220943 | This functionality is only supported on a Geodatabase release of ArcGIS 10.0 or greater. |
FDO_E_NON_FORWARD_COMPATIBLE_CONNECTION | -2147220942 | The connection format cannot be made forward compatible. |
FDO_E_UNSUPPORTED_SQL | -2147220941 | SQL not supported by DBMS. |
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_WORKSPACE_NO_SPATIAL_TYPE | -2147220885 | Workspace has no spatial type. |
FDO_E_OLEDB_NOT_SUPPORTED_ON_LINUX | -2147220884 | OLE DB connections are not supported with ArcGIS Server for Linux. |
FDO_E_HISTORICAL_MARKER_ALREADY_EXISTS | -2147220883 | The historical marker already exists. |
FDO_E_APPLICATION_SERVER_NOT_SUPPORTED | -2147220882 | Application server connections are not supported with ArcGIS Pro. |
FDO_E_RESUME_SERVICE_SESSION | -2147220881 | Unable to resume service session. |
FDO_E_READ_MOMENT | -2147220880 | Unable to set read moment. |
FDO_E_NOT_SUPPORTED_IN_OFFLINE_GEODATABASE | -2147220879 | This operation is not supported in Offline Mobile Geodatabase. |
FDO_E_SETUP_ENTGDB_WRONG_SCHEMA | -2147220878 | Geodatabase must be created under SDE schema. You cannot create a geodatabase in Oracle in any other schema starting with ArcGIS 10.7 and ArcGIS Pro 2.3. |
FDO_E_GEODATABASE_DOES_NOT_SUPPORT_64BIT_INTEGER | -2147220877 | The geodatabase is not configured to support 64-bit integer types. |
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_INCOMPATIBLE_CLIENT_CANNOT_OPEN_DATASET | -2147220715 | The dataset is unknown to this version of the Geodatabase client and cannot be opened. |
FDO_E_DATASET_MISSING_DEFINITION | -2147220714 | The dataset is missing its definition. |
FDO_E_DATASET_NOT_SUPPORTED_ON_FILE_GEODATABASES | -2147220713 | The dataset is not supported on File Geodatabases. |
FDO_E_DATASET_IN_BETA_NOT_SUPPORTED | -2147220712 | The operation is not supported on datasets that are created using a beta version. |
FDO_E_FILEGDB_RULES_REQUIRE_EDITOR_TRACKING | -2147220711 | Batch calculation and validation rules are only supported when editor tracking is enabled. |
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 ObjectID 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_TABLE_NOT_EMPTY | -2147220635 | Table is not empty. |
FDO_E_ATTACHMENTS_ONLY_ON_GEODATABASES | -2147220634 | Attachments only supported on geodatabases. |
FDO_E_NON_SIMPLE_DATASET_ARCHIVING | -2147220633 | Cannot enable archiving on non simple dataset. |
FDO_E_NOT_SUPPORTED_ON_VIEW | -2147220632 | Not supported on views. |
FDO_E_DATABASE_JOIN_IMPOSSIBLE | -2147220631 | Client requested database join, but the query did not meet the conditions to use database join. |
FDO_E_VIEW_NOT_FOUND | -2147220630 | View not found. |
FDO_E_INVALID_PRUNE_MOMENT | -2147220629 | The prune moment is prior to the archive registration date. |
FDO_E_CLASS_NOT_POLYLINE_OR_POLYGON | -2147220628 | The class is not a polyline or polygon feature class. |
FDO_E_REPLICA_REQUIRES_ROWS | -2147220627 | The trim date must be older than the date the map was taken offline. |
FDO_E_NO_ROWS_TRIMMED | -2147220626 | No retired rows exist prior to the trim date on the following dataset(s): |
FDO_E_ORDER_BY_NOT_SUPPORTED_ON_VIEW | -2147220625 | ORDER BY not supported on views. |
FDO_E_TABLE_DOES_NOT_SUPPORT_BIG_OID | -2147220624 | The table does not support 64-bit Object ID. |
FDO_E_TABLE_HAS_NON_COMPRESSIBLE_FIELD_TYPES | -2147220623 | Cannot compress tables with 64-bit object ID, 64-bit integer, date-only, time-only or timestamp-offset fields. |
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_FEATURECLASS_INSUFFICIENT_PRIVILEGE | -2147220453 | Insufficient privileges to perform the operation. |
FDO_E_FEATURECLASS_LOCATION_REFERENCING_CANNOT_DELETE | -2147220452 | The feature class is part of a Location Referencing dataset and cannot be deleted. |
FDO_E_LOCATION_REFERENCING_PART_COUNT_CHANGE_NOT_ALLOWED | -2147220451 | The cartographic realignment will result in a change in the centerline part count. Use the Split Centerline Into Singlepart Features tool on the centerline before performing the edit. |
FDO_E_LOCATION_REFERENCING_UNCALIBRATED_ROUTE_NOT_ALLOWED_IN_CARTOREALIGNMENT | -2147220450 | One or more timeslices of the associated route(s) are uncalibrated. Use the Generate Routes tool before performing the cartographic realignment. |
FDO_E_LOCATION_REFERENCING_GCS_TOO_LONG_POLYLINE_IN_CARTOREALIGNMENT | -2147220449 | There was an error during cartographic realignment. This can happen if your data is in GCS, the centerline is long and has sparse vertices. Consider densifying the centerline, running Generate Routes and retrying the edit. |
FDO_E_PLANARGRAPH_NOT_FOUND | -2147220399 | The planargraph was not found. |
FDO_E_SERVER_ERROR_INVALID_URL | -2147220223 | Invalid URL. |
FDO_E_SERVER_ERROR_NO_CAPABILITY | -2147220222 | Requested operation is not supported by this service. |
FDO_E_SERVER_ERROR_FORMAT_NOT_SUPPORTED | -2147220221 | Requested format is not supported. |
FDO_E_SERVER_ERROR_OPERATION_ROLLED_BACK | -2147220220 | Operation rolled back. |
FDO_E_SERVER_ERROR_NO_PRIVILEGE | -2147220219 | User does not have privileges to perform this operation. |
FDO_E_SERVER_ERROR_JOB_NOT_FOUND | -2147220218 | Job not found on server. |
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 | Cannot start editing while Geoprocessing is running in the background. |
FDO_E_PENDING_GEOPROCESSING_INPUT | -2147220106 | Cannot Start/Stop editing while there is pending Feature/Record set input.. |
FDO_E_ADDING_SERVER_MOMENT_FAILED | -2147220105 | Adding server edit moment failed. The moment would not be the same for the whole edit operation. |
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_FIELD_IS_RELKEY_FIELD | -2147219871 | The field is used as a relationship key. |
FDO_E_FIELD_USED_BY_EDITOR_TRACKING | -2147219870 | The field is used by Editor Tracking. |
FDO_E_FIELD_IS_SUBTYPE_FIELD | -2147219869 | The field is used to define subtypes. |
FDO_E_FIELD_IS_NETWORK_ANCILLARY_FIELD | -2147219868 | The field is used to define a network ancillary role. |
FDO_E_FIELD_IS_WEIGHT_FIELD | -2147219867 | The field corresponds to a weight. |
FDO_E_FIELD_IS_ENABLED_FIELD | -2147219866 | The field is an enabled field associated with a network element. |
FDO_E_FIELD_IS_REQUIRED_FIELD | -2147219865 | The field is required. |
FDO_E_FIELD_ALIAS_EXCEEDS_MAX_LENGTH | -2147219864 | Field alias exceeds maximum length. |
FDO_E_FIELD_IS_ASSOCIATED_WITH_DOMAIN | -2147219863 | The field is associated with a domain. |
FDO_E_FIELD_HAS_DEFAULT_VALUE | -2147219862 | The field has a default value. |
FDO_E_FIELD_IS_ASSOCIATED_WITH_INDEX | -2147219861 | The field is associated with an index. |
FDO_E_FIELD_EXCEEDS_MAX_LENGTH | -2147219860 | Field exceeds maximum length. |
FDO_E_FIELD_USED_BY_ATTRIBUTE_RULE | -2147219859 | The field is used by attribute rule. |
FDO_E_ATTRIBUTE_RULE_REFERENCES_UNKNOWN_TABLE | -2147219858 | Attribute Rule references an unknown table. |
FDO_E_FIELD_ALIAS_NOT_SUPPORTED | -2147219857 | Field alias names are only supported on registered tables and feature classes. |
FDO_E_ATTRIBUTE_RULE_NAME_EXCEEDS_MAX_LENGTH | -2147219856 | Attribute rule name exceeds maximum length. |
FDO_E_ATTRIBUTE_RULE_DESCRIPTION_EXCEEDS_MAX_LENGTH | -2147219855 | Attribute rule description exceeds maximum length. |
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_FIELDS_MULTIPLE_GLOBALIDS | -2147219703 | The Fields collection contained multiple GlobalID fields. |
FDO_E_FIELDS_EMPTY | -2147219702 | The Fields collection is empty. |
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_SPATIAL_INDEX_NOT_FOUND | -2147219627 | The spatial index was not found. |
FDO_E_CORRUPT_INDEX | -2147219626 | File GeoDatabase index is corrupt. |
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_ROW_VALUE_OVERFLOW | -2147219111 | The row value is a 64-bit integer that cannot be converted to 32-bit. |
FDO_E_ROW_OID_OVERFLOW | -2147219110 | The row OID is too big for the table. (Greater than 31 bits for standard OID, or 53 bit for big OID.) |
FDO_E_ROW_BIG_INTEGER_OVERFLOW | -2147219109 | The big integer value is greater than 53 bits. |
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_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_INVALID_CONNECTION_POINT_GEOMETRY | -2147217384 | The geometry for a 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 by an edit operation. |
FDO_E_CURSOR_DIFF_OPENED_IN_FRACTIONAL_SECONDS | -2147217322 | Cannot execute difference cursor when historical version opened in fractional seconds. |
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 is not a historical version. |
FDO_E_VERSION_REQUIRES_PARENT_RECONCILE | -2147217131 | The version can only be reconciled with its parent. |
FDO_E_VERSIONING_MODEL_INCOMPATIBLE | -2147217130 | The versioning model of the dataset is incompatible with that of this version. |
FDO_E_WORKSPACE_MUST_BE_BRANCH_VERSION | -2147217129 | The input workspace type must be branch version. |
FDO_E_CANNOT_REGISTER_IN_THE_WORKSPACE_TYPE | -2147217128 | Cannot register as versioned in the workspace type. |
FDO_E_INCONSISTENT_CONFLICT_SET | -2147217127 | The returned conflict set is inconsistent. |
FDO_E_INVALID_VERSION_NAME | -2147217126 | Invalid version name. |
FDO_E_BRANCH_REQUIRES_GLOBALID | -2147217125 | Branch version classes must have a Global ID. |
FDO_E_BRANCH_REQUIRES_EDITOR_TRACKING_IN_UTC | -2147217124 | Branch version classes must have all editor tracking fields enabled, and record time in UTC. |
FDO_E_BRANCH_FORBIDS_OID_RELATIONSHIPS | -2147217123 | Branch version relationship classes must not use Object ID for the primary key. |
FDO_E_BRANCH_POST_CONFLICT | -2147217122 | New conflicts discovered during Post, Reconcile is required to review the new conflicts in order to Post. |
FDO_E_DATASET_VERSIONING_TYPE_NOT_SUPPORTED | -2147217121 | The versioning type of the input dataset is not supported. |
FDO_E_UNSUPPORTED_ON_AGGREGATE | -2147217120 | Not supported on aggregate enabled table. |
FDO_E_BRANCH_REFERENCED_BY_REPLICA | -2147217119 | Cannot delete a version that is referenced by a replica. |
FDO_E_PARTIAL_POST_EXCLUDED_CLASS | -2147217118 | Cannot post a class that is excluded from post. |
FDO_E_PARTIAL_POST_RELATIONAL_INTEGRITY | -2147217117 | Partial post violates relational integrity. |
FDO_E_PARTIAL_POST_UNCHANGED_ROW | -2147217116 | Cannot post rows that were not changed in the branch. |
FDO_E_PARTIAL_POST_MUST_BE_BRANCH | -2147217115 | Can only partial post branch-versioned data. |
FDO_E_INVALID_BRANCH_MOMENT | -2147217114 | Invalid branch moment. |
FDO_E_NOT_SUPPORTED_AGAINST_DEFAULT_VERSION | -2147217113 | The operation is not supported against the default version. |
FDO_E_STOP_READING_WHILE_EDITING | -2147217112 | The stopReading operation is not allowed while the current session is editing. |
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_OBJECTCLASS_IN_CONTROLLER_DATASET | -2147216551 | The class participates in a controller dataset. |
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_SE_PASSWORD_EXPIRED | -2147215852 | SDE Error. |
FDO_E_SE_NO_ARCSDE_LICENSE | -2147215851 | SDE Error. |
FDO_E_SE_NO_ARCSDE_LICENSE_NO_PERMISSION | -2147215850 | SDE Error. |
FDO_E_SE_NO_ARCSDE_LICENSE_SQLEXPRESS | -2147215849 | SDE Error. |
FDO_E_LOCK_REQUEST_TIMED_OUT | -2147215848 | SDE Error. |
FDO_E_SE_UPGRADE_NOT_ALLOWED | -2147215847 | SDE Error. |
FDO_E_VALIDATE_LOCK_REQUEST_TIMED_OUT | -2147215846 | SDE Error. |
FDO_E_SE_FAILED_SETUP_CHECK_UNABLE_TO_ACCESS_ST_LIB | -2147215845 | SDE Error. |
FDO_E_SE_FAILED_SETUP_CHECK_UNABLE_TO_LOAD_ST_DEP_LIB | -2147215844 | SDE Error. |
FDO_E_SE_FAILED_SETUP_CHECK_ST_LIB_MISMATCH_DB | -2147215843 | SDE Error. |
FDO_E_SE_FAILED_SETUP_CHECK_ST_LIB_MISMATCH_ARCGIS | -2147215842 | SDE Error. |
FDO_E_SE_FAILED_SETUP_CHECK_ST_LIB_UNKNOWN | -2147215841 | 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_CANNOT_ADD_VERSIONED_CLASS_TO_NON_VERSIONED_TOPOLOGY | -2147214958 | Cannot add a class that is registered as versioned to a topology that is not registered as versioned. |
FDO_E_CANNOT_ADD_NON_VERSIONED_CLASS_TO_VERSIONED_TOPOLOGY | -2147214957 | Cannot add a class that is not registered as versioned to a topology that is registered as versioned. |
FDO_E_TOPOLOGIES_SCHEMA_CHANGES_NOT_SUPPORTED_IN_RELEASE | -2147214956 | Schema edits to a versioned topology are not supported in this release of the geodatabase. |
FDO_E_TERRAIN_NOT_FOUND | -2147214955 | The terrain was not found. |
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 acknowledgement 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 replicate low precision data |
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 | Cannot import schema changes from a replica to itself. |
FDO_E_CANNOT_CREATE_EMPTY_REPLICA | -2147212944 | Cannot create empty replica. |
FDO_E_INVALID_DATA_FOR_THIS_OPERATION | -2147212943 | Invalid data for this operation. |
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 GlobalID on a versioned table. |
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_FAILED_TO_SET_TARGET_NAME | -2147212928 | Failed to set the target name. |
FDO_E_PERSONAL_GEODATABASE_NOT_SUPPORTED_ON_SERVER | -2147212927 | Microsoft Access based Personal Geodatabases are not supported on server. |
FDO_E_FAILED_TO_CREATE_DELTA_WORKSPACE | -2147212926 | Failed to create delta workspace. |
FDO_E_SYNC_GN_REBUILD_CONNECTIVITY_FAILED | -2147212925 | Rebuild Connectivity failed for the Geometric Network. |
FDO_E_SYNC_INVALID_GENERATION_NUMBER | -2147212924 | Invalid Generation Number. |
FDO_GRAPH_CONTIAINS_CYCLES | -2147212923 | The datasets in the replica have relationship cycle(s). |
FDO_E_REFERENCE_REPLICA_HAS_BEEN_SYNCED | -2147212922 | The reference replica has been synced. |
FDO_SWITCHING_TO_RECEIVER_WITHOUT_EXPORTING_CHANGES_IS_PREVENTED | -2147212921 | Switching to Receiver without exporting changes is prevented. |
FDO_ARCHIVE_MISSING_NEEDED_HISTORY | -2147212920 | Archive is missing the history needed for the operation. |
FDO_E_TABLE_REFERENCED_BY_REPLICA | -2147212919 | Table is referenced by a replica. |
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 turn type 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 been 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_TRAFFIC_DATA_LENGTH_ATTRIBUTE_MISSING | -2147212571 | The length attribute used by the traffic data is missing. |
FDO_E_INVALID_TIME_SLICE_ARRAY | -2147212570 | The number of input array values must equal the number of time slices specified in the last call to StartEditing. |
FDO_E_NETWORK_SCHEMA_CHANGES_NOT_SUPPORTED | -2147212569 | Schema edits to a versioned network dataset are not supported. |
FDO_E_INVALID_NETWORK_LANDMARK_SOURCE | -2147212568 | The landmark source is not valid. |
FDO_E_INVALID_NETWORK_LANDMARK_SOURCE_GEOMETRY_TYPE | -2147212567 | The geometry type for the feature class is not valid for the network landmark source. |
FDO_E_INVALID_NETWORK_LANDMARK_SOURCE_FIELD | -2147212566 | Invalid or missing network landmark source field. |
FDO_E_TIME_ZONE_ATTRIBUTE_IS_REQUIRED | -2147212565 | A time zone network attribute is required for network datasets that use live traffic feeds. |
FDO_E_INVALID_CONTAINER_DESCRIPTOR | -2147212564 | The value for one of the container descriptors is invalid. |
FDO_E_NETWORK_TRAVEL_MODE_BAD_CLASS | -2147212563 | The input array contains an element that is not a travel mode instance. |
FDO_E_NETWORK_TRAVEL_MODE_NO_NAME | -2147212562 | The input array contains a travel mode instance with no name. |
FDO_E_NETWORK_TRAVEL_MODE_DUPLICATE_NAME | -2147212561 | The input array contains travel mode instances with the same name. |
FDO_E_NETWORK_TRAVEL_MODE_NO_IMPEDANCE_ATTRIBUTE | -2147212560 | The travel mode has an empty impedance attribute name. |
FDO_E_NETWORK_TRAVEL_MODE_IMPEDANCE_ATTRIBUTE_NOT_FOUND | -2147212559 | The travel mode refers to an impedance attribute that does not exist. |
FDO_E_NETWORK_TRAVEL_MODE_INVALID_IMPEDANCE_ATTRIBUTE | -2147212558 | The travel mode refers to an impedance attribute that is not a cost attribute. |
FDO_E_NETWORK_TRAVEL_MODE_TIME_ATTRIBUTE_NOT_FOUND | -2147212557 | The travel mode refers to a time attribute that does not exist. |
FDO_E_NETWORK_TRAVEL_MODE_INVALID_TIME_ATTRIBUTE | -2147212556 | The travel mode refers to a time attribute that is not a cost attribute or is not time-based. |
FDO_E_NETWORK_TRAVEL_MODE_DISTANCE_ATTRIBUTE_NOT_FOUND | -2147212555 | The travel mode refers to a distance attribute that does not exist. |
FDO_E_NETWORK_TRAVEL_MODE_INVALID_DISTANCE_ATTRIBUTE | -2147212554 | The travel mode refers to a distance attribute that is not a cost attribute or is not distance-based. |
FDO_E_NETWORK_TRAVEL_MODE_NO_RESTRICTION_ATTRIBUTE | -2147212553 | The travel mode has a restriction attribute array with empty names. |
FDO_E_NETWORK_TRAVEL_MODE_RESTRICTION_ATTRIBUTE_NOT_FOUND | -2147212552 | The travel mode has a restriction attribute array that refers to a non-existent network attribute. |
FDO_E_NETWORK_TRAVEL_MODE_INVALID_RESTRICTION_ATTRIBUTE | -2147212551 | The travel mode has a restriction attribute array that refers to a network attribute which is not a restriction. |
FDO_E_NETWORK_TRAVEL_MODE_PARAMETER_VALUE_BAD_CLASS | -2147212550 | The travel mode has an attribute-parameter values array that contains an element which is not a parameter value instance. |
FDO_E_NETWORK_TRAVEL_MODE_PARAMETER_VALUE_NO_ATTRIBUTE_NAME | -2147212549 | The travel mode has an attribute-parameter value with an empty attribute name. |
FDO_E_NETWORK_TRAVEL_MODE_PARAMETER_VALUE_ATTRIBUTE_NOT_FOUND | -2147212548 | The travel mode has an attribute-parameter value with an attribute that does not exist. |
FDO_E_NETWORK_TRAVEL_MODE_PARAMETER_VALUE_NO_PARAMETER_NAME | -2147212547 | The travel mode has an attribute-parameter value with an empty parameter name. |
FDO_E_NETWORK_TRAVEL_MODE_PARAMETER_VALUE_PARAMETER_NOT_FOUND | -2147212546 | The travel mode has an attribute-parameter value with a parameter that does not exist. |
FDO_E_NETWORK_TRAVEL_MODE_INVALID_JSON | -2147212545 | The JSON value is not a valid representation of a travel mode. |
FDO_E_SERVICE_AREA_SOLVER_INDEX_NOT_SUPPORTED | -2147212544 | The service area solver index is not supported by this network dataset. |
FDO_E_ROADSPLITS_TABLE_NOT_REGISTERED | -2147212543 | The network dataset road-splits table is not registered in the Geodatabase. |
FDO_E_LANDMARK_TABLE_NOT_REGISTERED | -2147212542 | The network dataset landmark table is not registered in the Geodatabase. |
FDO_E_NETWORK_TRAVEL_MODE_MISSING_TIME_ATTRIBUTE | -2147212541 | The travel mode does not have a time attribute name even though the network dataset has time cost attributes. |
FDO_E_NETWORK_TRAVEL_MODE_MISSING_DISTANCE_ATTRIBUTE | -2147212540 | The travel mode does not have a time attribute name even though the network dataset has time cost attributes. |
FDO_E_NETWORK_TRAVEL_MODE_MULTIPLE_TIME_ATTRIBUTES | -2147212539 | The travel mode has a time-based impedance attribute that is different from the time attribute. |
FDO_E_NETWORK_TRAVEL_MODE_MULTIPLE_DISTANCE_ATTRIBUTES | -2147212538 | The travel mode has a distance-based impedance attribute that is different from the distance attribute. |
FDO_E_NETWORK_TRAVEL_MODE_DEFAULT_NOT_FOUND | -2147212537 | The default travel mode name is not found in the input array of travel modes. |
FDO_E_NETWORK_FUNCTION_EVALUATOR_ADDITION_SUBTRACTION_OPERATOR_FOR_DESCRIPTOR_ATTRIBUTES_ONLY | -2147212536 | The addition or subtraction operator used in the network function evaluator is supported only on descriptor attributes. |
FDO_E_MISSING_SOURCE_ELEV_FIELD | -2147212535 | The network source does not have the elevation field. |
FDO_E_NETWORK_TRAVEL_MODES_CORRUPT | -2147212534 | The network dataset data element contains corrupted travel modes information. |
FDO_E_DELETE_TRANSPORTATION_NETWORK_NOT_SUPPORTED | -2147212533 | The deleting of transportation networks is not supported. |
FDO_E_DELETE_SHAPEFILE_NETWORK_NOT_SUPPORTED | -2147212532 | The deleting of shapefile networks is not supported. |
FDO_E_ABBREVIATIONS_TABLE_NOT_REGISTERED | -2147212531 | The network dataset abbreviations table is not registered in the Geodatabase. |
FDO_E_COPY_NETWORK_UNSUPPORTED_EVALUATORS | -2147212530 | The network dataset contains unsupported evaluators and cannot be copied. |
FDO_E_NETWORK_ATTRIBUTE_INVALID_NAME | -2147212529 | The attribute name is invalid. |
FDO_E_SCRIPT_CONTROL_INITIALIZATION_ERROR | -2147212528 | An error occured initializing the script control |
FDO_E_NETWORK_SOURCE_HAS_64_BIT_OID | -2147212527 | The source cannot have 64 bit OIDs. |
FDO_E_NETWORK_DATASET_LICENSE_ERROR | -2147212526 | The network dataset is not licensed. |
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_CADASTRAL_FABRIC_ALREADY_UPGRADED | -2147212260 | The parcel fabric dataset has already being upgraded. |
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_UNKNOWN_CATALOG_TYPE | -2147211759 | The catalog item corresponds to an unknown type. |
FDO_E_DEPENDENT_OBJECTS_EXIST | -2147211758 | The geodatabase contains registered data. |
FDO_E_INSTANCE_HAS_CONNECTIONS | -2147211757 | The geodatabase instance has other active connections. |
FDO_E_INVALID_ST_RASTER_LIB | -2147211756 | The ST_Raster type library not found or invalid. |
FDO_E_INVALID_ST_RASTER_RELEASE | -2147211755 | Invalid st_raster type release. |
FDO_E_DUPLICATE_ITEM_FOUND | -2147211754 | Duplicate Item Found. |
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_QUERYCLASS_INVALIDNAME | -2147211246 | Class name 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 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. |
FDO_E_ORIGIN_AND_DESTINATION_HAVE_CUSTOM_SPLIT_POLICY | -2147211169 | Both origin class and destination class have custom split policy. |
FDO_E_ORIGIN_HAS_CUSTOM_SPLIT_POLICY | -2147211168 | The origin class has custom split policy. |
FDO_E_ORIGIN_AND_DESTINATION_ARE_NOT_POLYLINE_OR_POLYGON | -2147211167 | Neither origin class nor destination classes is polyline or polygon feature class. |
FDO_E_ORIGIN_IS_NOT_POLYLINE_OR_POLYGON | -2147211166 | The origin class is not a polyline or polygon feature class. |
FDO_E_ORIGIN_PRIMARY_KEY_IS_NOT_GLOBALID | -2147211165 | The origin primary key of the relationship class is not a GlobalID. |
FDO_E_DESTINATION_CLASS_IS_FEATURE_CLASS | -2147211164 | The destination class of the relationship class is a feature class. |
FDO_E_REL_CLASS_OBJECT_ID_SIZE_MUST_MATCH | -2147211162 | OID-based relationships must use same width of object ID. |
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_RULE_ALREADY_EXISTS | -2147210999 | The rule already exists. |
FDO_E_INVALID_CONNECTIVITY_ASSOCIATION | -2147210998 | The connectivity association is invalid. |
FDO_E_INVALID_CONTAINMENT_ASSOCIATION | -2147210997 | The containment association is invalid. |
FDO_E_INVALID_ATTACHMENT_ASSOCIATION | -2147210996 | The attachment association is invalid. |
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_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_INVALID_NETWORK_FEATURE_CLASS_USAGE_TYPE | -2147210909 | Invalid network feature class usage type. |
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. |
FDO_E_TRAFFIC_DOWNLOAD_TIMEOUT | -2147209191 | The process has timed out while waiting for traffic update downloads. |
FDO_E_REFRESH_DYNAMIC_TRAFFIC_ERROR | -2147209190 | An 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. |
FDO_E_CANNOT_RENAME_DOMAIN | -2147209189 | The domain cannot be renamed. |
FDO_E_INVALID_NAME_OBJECT | -2147209135 | Invalid name object. |
FDO_E_VALUE_CANNOT_BE_EMPTY | -2147209134 | Value cannot be empty. |
FDO_E_VALUE_MUST_BE_INTEGER | -2147209133 | Value must be an integer. |
FDO_E_VALUE_CANNOT_BE_NEGATIVE | -2147209132 | Value cannot be negative. |
FDO_E_SORT_PARAMETERS_INCOMPATIBLE_WITH_PAGINATION | -2147209131 | The specified sorting parameters are incompatible with the use of pagination. |
FDO_E_PAGINATION_NOT_SUPPORTED | -2147209130 | Pagination is not supported. |
FDO_E_FIELD_GROUP_NOT_FOUND | -2147209129 | Field Group not found. |
FDO_E_CONTINGENT_VALUE_NOT_FOUND | -2147209128 | Contingent Value not found. |
FDO_E_FIELD_GROUP_NAME_ALREADY_EXISTS | -2147209127 | Field group name already exists. |
FDO_E_CONTINGENT_FIELD_VALUE_TYPE_MISMATCH | -2147209126 | Contingent Field Value type does not match. |
FDO_E_CONTINGENT_FIELD_VALUE_NOT_FOUND | -2147209125 | Contingent Field Value not found. |
FDO_E_CONTINGENT_FIELD_VALUE_INVALID_RANGE_VALUE | -2147209124 | Invalid format for Contingent Field range value. |
FDO_E_CONTINGENT_FIELD_VALUE_MIN_LIMIT | -2147209123 | Value must satisfy Contingent Field value's min value. |
FDO_E_CONTINGENT_FIELD_VALUE_MAX_LIMIT | -2147209122 | Value must satisfy Contingent Field value's max value. |
FDO_E_MISSING_GLOBALID | -2147209121 | A GlobalID value is missing. |
FDO_E_SEQUENCE_INVALID_NAME | -2147209120 | The sequence name is invalid. |
FDO_E_SEQUENCE_ALREADY_EXISTS | -2147209119 | Sequence already exists. |
FDO_E_SEQUENCE_DOES_NOT_EXIST | -2147209118 | Sequence does not exist. |
FDO_E_MS_PROVIDER_NOT_REGISTERED | -2147209117 | MS Provider is not registered. |
FDO_E_INVALID_FILE_TYPE | -2147209116 | Invalid file type. |
FDO_E_PORTAL_USER_NO_LICENSE_EXTENSION | -2147209115 | Portal user does not have proper license extension. |
FDO_E_INVALID_REST_PARAMETER_VALUE | -2147209114 | Invalid REST parameter value. |
FDO_E_EXCEL_READING_TIMEOUT | -2147209113 | Reading Excel file has timed out. |
FDO_E_FEATURE_LAYER_NOT_FOUND | -2147205097 | Feature layer is not found. |
FDO_E_LOADING_EXCELTOSQLITE | -2147205096 | Failed to load ExcelToSQLite.exe. |
FDO_E_OBJECT_ID_SIZE_MUST_MATCH | -2147205095 | The width of object ID must match. |
FDO_E_NOT_SUPPORTED_BY_DBMS_VERSION | -2147208959 | Utility network is not supported by the version of the DBMS. |
FDO_E_NOT_SUPPORTED_BY_DBMS | -2147208958 | Utility network is not supported by the DBMS. |
FDO_E_INVALID_TERMINAL_CONFIGURATION | -2147208957 | Invalid definition of terminal configuration. |
FDO_E_INCOMPATIBLE_NETWORK_SCHEMA_OR_INDEX | -2147208956 | Invalid network schema or topology. |
FDO_E_EDIT_OUTSIDE_NETWORK_EXTENT | -2147208955 | Edits are not allowed outside the extent of the utility network. |
FDO_E_DISABLED_NETWORK_ELEMENT | -2147208954 | Disabled network element |
FDO_E_NETWORK_INDEX_NOT_FOUND | -2147208953 | The network topology has not been enabled. |
FDO_E_INVALID_NETWORK_WEIGHT | -2147208952 | Invalid network weight. |
FDO_E_GEOMETRY_IS_NULL | -2147208951 | Null geometries not allowed. |
FDO_E_GEOMETRY_IS_EMPTY | -2147208950 | Empty geometries not allowed. |
FDO_E_EDGE_ELEMENT_MISSING_FROM_TO_JUNCTION_ELEMENTS | -2147208949 | Edge element is missing the from and/or to junction elements. |
FDO_E_CANNOT_REHYDRATE_NETWORK_INDEX | -2147208948 | Cannot rehydrate the network topology. |
FDO_E_CANNOT_OBTAIN_ELEMENT_COUNT | -2147208947 | Cannot obtain the network element count. |
FDO_E_TRUNCATION_NOT_ALLOWED_WHILE_EDITING | -2147208946 | Truncation not allowed while editing. |
FDO_E_TRUNCATE_NOT_SUPPORTED | -2147208945 | Truncate not supported. |
FDO_E_INVALID_ASSOCIATION_PARAMETERS | -2147208944 | Invalid association parameters. |
FDO_E_SUBTYPE_MISSING_REQUIRED_CONNECTIVITY_POLICY | -2147208943 | The subtype is missing a required connectivity policy. |
FDO_E_SUBTYPE_NOT_CONFIGURED_WITH_NETWORK_PROPERTIES | -2147208942 | The subtype is not yet configured with network properties. |
FDO_E_NETWORK_BUILD_EXTENT_DO_NOT_INTERSECT | -2147208941 | A network is not present within or intersecting the input extent for the validate network topology request. Validating the network topology did not occur. |
FDO_E_DIRTY_AREA_BUILD_EXTENT_DO_NOT_INTERSECT | -2147208940 | A dirty area is not present within the validate network topology input extent. A validate network topology process did not occur. |
FDO_E_UTILITY_NETWORK_CREATION_FAILED | -2147208939 | The creation of the utility network failed. |
FDO_E_INVALID_VALUE_FOR_DOMAIN | -2147208938 | The field value is invalid given the assigned domain. |
FDO_E_SUBTYPE_IS_ALREADY_ASSIGNED_AS_NETWORK_CONTAINER | -2147208937 | The subtype is already a container and cannot also be a structure. |
FDO_E_SUBTYPE_IS_ALREADY_ASSIGNED_AS_NETWORK_STRUCTURE | -2147208936 | The subtype is already a structure and cannot also be a container. |
FDO_E_NO_VALID_SUBNETWORK_CONTROLLERS_FOUND | -2147208935 | No valid subnetwork controllers found. |
FDO_E_INVALID_CONTAINER_FEATURE_ID | -2147208934 | The feature ID is not in the current container selection set or it is not a valid container type. |
FDO_E_NO_ACTIVE_CONTAINER_FEATURE | -2147208933 | There is no active container feature. |
FDO_E_SOURCE_NOT_IN_CONTAINER_SET | -2147208932 | The object class is not a source in this container set. |
FDO_E_INVALID_SOURCE_ID | -2147208931 | The source ID did not match a network source. |
FDO_E_SDE_DBMS_ADMIN_CANNOT_CREATE_UTILITY_NETWORK | -2147208930 | SDE or DBMS admin user cannot create a utility network or trace network. |
FDO_E_NOT_SUPPORTED_WITHOUT_ISOLATION | -2147208929 | Utility network requires both Snapshot and Read Committed isolation settings to be enabled in SQL Server, please contact your database administrator. |
FDO_E_ONE_STARTING_LOCATION_ALLOWED | -2147208926 | Only one starting location is allowed. |
FDO_E_NO_CONTENT | -2147208925 | The feature must be set as content before it can be made visible. |
FDO_E_INVALID_CONTENT_FEATURE_ID | -2147208924 | The feature is not valid content type |
FDO_E_UTILITY_NETWORK_ALPHA_TIMEOUT | -2147208923 | The alpha release of the utility network has timed out. |
FDO_E_MUST_BE_DEFAULT_VERSION | -2147208922 | Must be on DEFAULT version to do this operation. |
FDO_E_OS_AUTH_CANNOT_CREATE_UTILITY_NETWORK | -2147208921 | OS authenticated user cannot create utility network. |
FDO_E_CANNOT_DELETE_DIRTY_SOURCE | -2147208919 | A dirty source cannot be deleted. |
FDO_E_ATTRIBUTE_HAS_INVALID_NETWORK_SOURCE_NAME | -2147208918 | Network attribute has invalid network source name. |
FDO_E_CONTAINER_HAS_CONTENT | -2147208916 | The operation is only allowed on containers without content. |
FDO_E_NETWORK_INDEX_MUST_BE_DISABLED | -2147208915 | Network topology must be disabled. |
FDO_E_INVALID_INDEX_STATE | -2147208914 | Invalid build index state. |
FDO_E_CANNOT_DELETE_SYSTEM_REQUIRED_ITEM | -2147208912 | This dataset is required by system and cannot be deleted. |
FDO_E_SERVICE_TERRITORY_NAME_COLLISION | -2147208911 | Service territory feature class cannot be named ServiceTerritory. |
FDO_E_DATA_MODEL_DEFINITION_ERROR | -2147208910 | Data model definition error. |
FDO_E_SQL_NOT_SUPPORTED | -2147208703 | Sql expression is not supported. |
FDO_E_SQL_SYNTAX_ERROR | -2147208702 | Sql expression syntax error. |
FDO_E_SQL_SEMANTIC_ERROR | -2147208701 | Sql expression semantic error. |
FDO_E_SQL_INVALID_TABLE_NAME | -2147208700 | Invalid table name. |
FDO_E_SQL_INVALID_FIELD_NAME | -2147208699 | Invalid field name. |
FDO_E_SQL_UNSAFE_EXPRESSION | -2147208698 | Unsafe sql expression. |
FDO_E_NO_LOOPS | -2147208623 | No loops were discovered. |
FDO_E_INVALID_PHASE | -2147208622 | Invalid phase. |
FDO_E_INVALID_LIFE_CYCLE_STATUS | -2147208621 | Invalid life cycle status. |
FDO_E_SUBTYPE_REQUIRED_BY_UTILITY_NETWORK | -2147208620 | The subtype is required by utility network. |
FDO_E_JUNCTION_IS_ALREADY_CONTAINER_CONTENT | -2147208619 | Junction features can only be contained in one container. |
FDO_E_CONTENT_IS_NOT_PART_OF_ACTIVE_CONTAINER | -2147208618 | The selected content is not part of the active container. |
FDO_E_DELETE_RESTRICTED_BY_UTILITY_NETWORK_ASSOCS | -2147208617 | This feature is a Utility Network source feature which may not be deleted. Existing feature associations restrict delete. |
FDO_E_MULTIPLE_CONTROLLERS_DIFFERENT_SUBNETWORK_NAMES | -2147208616 | Invalid subnetwork connectivity, multiple subnetwork controllers with different subnetwork names found. |
FDO_E_CANNOT_DELETE_ASSOCIATION_RULE | -2147208615 | Cannot delete the associatoin rule because of the existing association. |
FDO_E_NO_STARTING_POINTS_FOUND | -2147208614 | No starting points found. |
FDO_E_SERVICE_TERRITORY_MUST_HAVE_Z_AND_M | -2147208613 | Service territory feature class must have Z and M values. |
FDO_E_FEATURE_IS_ALREADY_STRUCTURE_ATTACHMENT | -2147208612 | The feature is already attached to another structure. |
FDO_E_DUPLICATE_ASSOCIATION | -2147208611 | The utility network association already exists. |
FDO_E_CANNOT_PURGE_SUBNETWORK_CONTROLLER_BEFORE_DISABLED | -2147208610 | A subnetwork controller cannot be purged before disabled. |
FDO_E_TIER_NAME_ALREADY_EXISTS | -2147208609 | The tier name already exists. |
FDO_E_NETWORK_CAPABILITY_ALREADY_EXISTS | -2147208608 | The network capability already exists. |
FDO_E_NO_TIERS_FOUND_IN_DOMAIN_NETWORK | -2147208607 | No tiers were found in the feature's domain network. |
FDO_E_NETWORK_SOURCE_INVALID_LAYERID | -2147208606 | A network source was not found with the specified layer id. |
FDO_E_SUBNETWORK_CONTROLLER_NAME_ALREADY_EXISTS | -2147208605 | The subnetwork controller name already exists. |
FDO_E_DOMAIN_ALREADY_ASSIGNED_TO_ASSET_GROUP | -2147208604 | The asset type domain is already assigned to another class or asset group. |
FDO_E_DEFAULT_GEODATABASE_FOR_TRACE_LOCATIONS_REQUIRED | -2147208603 | A default geodatabase for storing trace locations is required. |
FDO_E_MULTIPLE_SOURCES_FROM_DIFFERENT_TIERS_FOUND | -2147208602 | Invalid subnetwork connectivity, multiple controllers from different tiers found. |
FDO_E_INVALID_ASSET_GROUP | -2147208601 | Invalid asset group. |
FDO_E_INVALID_ASSET_TYPE | -2147208600 | Invalid asset type. |
FDO_E_EDIT_SESSION_IN_PROGRESS | -2147208598 | Edit session in progress. |
FDO_E_JSON_REQUIRED_PARAMETER_MISSING | -2147208597 | A required parameter is missing from the JSON. |
FDO_E_ONE_STARTING_POINT_ALLOWED_FOR_SUBTRACT | -2147208596 | Only one starting point is allowed with the subtract function. |
FDO_E_INVALID_TRACE_TYPE_FOR_SUBTRACT | -2147208595 | Invalid trace type for the subtract function. |
FDO_E_INVALID_TRACE_TYPE_FOR_FUNCTION_BARRIERS | -2147208594 | Invalid trace type for function barriers. |
FDO_E_INVALID_CATEGORY | -2147208593 | Invalid category. An asset type's category is not part of the Utility Network categories. |
FDO_E_INVALID_TRACE_TYPE_FOR_PROPAGATORS | -2147208592 | Invalid trace type for propagators. |
FDO_E_INVALID_SUBNETWORK_CONTROLLER_TYPE | -2147208591 | Invalid subnetwork controller type. |
FDO_E_INVALID_LINE_FEATURE_DISCOVERED | -2147208590 | Invalid line feature discovered. |
FDO_E_FEATURE_HAS_NO_ASSOCIATION_ROLE | -2147208589 | The feature does not have a supporting association role. |
FDO_E_DIRTY_AREA_DISCOVERED_IN_SUBNETWORK | -2147208588 | Dirty area discovered in the subnetwork being updated |
FDO_E_STARTING_POINTS_OUTSIDE_TIER | -2147208587 | One or more starting points are outside the specified tier. |
FDO_E_DOMAIN_REQUIRED_BY_UTILITY_NETWORK | -2147208586 | The domain is required by utility network and cannot be deleted or replaced. |
FDO_E_DOMAIN_IS_USED_BY_SUBTYPE | -2147208585 | The domain is used by a subtype and cannot be deleted. |
FDO_E_MUST_BE_VERSIONED | -2147208584 | The dataset must be versioned. |
FDO_E_SUBTYPE_CODE_EXCEEDED | -2147208583 | Subtype code cannot exceed 127 if the subtype is used in Utility Network. |
FDO_E_DOMAIN_VALUE_EXCEEDED | -2147208582 | Domain value cannot exceed 127 if the domain is used in Utility Network. |
FDO_E_FIELD_IN_NETWORK_ATTRIBUTE_CANNOT_BE_DELETED | -2147208581 | A field that is assigned to a network attribute in Utility Network cannot be deleted. |
FDO_E_INVALID_TERMINAL_NAME | -2147208580 | The terminal name is invalid. The length of the terminal name should not exceed 32 characters. |
FDO_E_UPSTREAM_TERMINAL_ERROR_FOR_DIRECTIONAL_MODEL | -2147208579 | A directional terminal configuration must contain at least one upstream terminal and cannot contain only upstream terminals. |
FDO_E_INVALID_TERMINAL_CONFIGURATION_NAME | -2147208578 | The terminal configuration name is invalid. The length of the terminal configuration name should not exceed 32 characters. |
FDO_E_MAX_TERMINALS | -2147208577 | The max number of terminals has been exceeded. |
FDO_E_SUBTYPE_NOT_CONFIGURED_WITH_TERMINAL_CONFIGURATIONS | -2147208576 | The asset group and type have not yet been configured with terminal configurations. |
FDO_E_ONE_STARTING_POINT_ALLOWED_FOR_OVERLAPS | -2147208575 | Only one starting point is allowed for detecting overlaps. |
FDO_E_MIN_TERMINALS | -2147208573 | The minimum number of terminals required for a terminal configuration has not been met. |
FDO_E_SUBNETWORK_INVALID_CHARACTER | -2147208572 | The name field contains invalid character. |
FDO_E_SUBNETWORK_RELATED_INVALID_NAME | -2147208571 | The name is invalid. |
FDO_E_DUPLICATE_CONFIGURATION_NAME_FOUND | -2147208569 | A duplicate configuration name was found. |
FDO_E_INVALID_SUBNETWORK_CONTROLLER_FOR_DOMAIN_NETWORK_TIERS | -2147208568 | The selected device is not a valid subnetwork controller in any of the domain network's tiers. |
FDO_E_TIER_DOES_NOT_EXIST | -2147208566 | The input tier does not exist within the domain network. |
FDO_E_MUST_SELECT_LINE_FEATURE | -2147208564 | No valid line feature has been selected. |
FDO_E_DEVICE_MUST_BE_CONNECTED_TO_LINE | -2147208563 | Device must be connected to the line. |
FDO_E_DIFFERENT_TIER_TOPOLOGY_TYPES_IN_A_SUBNETWORK | -2147208562 | Different tier topology type discovered in a subnetwork. |
FDO_E_INCONSISTENT_SUBNETWORK_NAME | -2147208561 | Update Subnetwork encountered subnetwork controllers that don't have a consistent Subnetwork Name. |
FDO_E_SUBNETWORK_NAME_ALREADY_EXISTS | -2147208560 | The subnetwork name already exists. |
FDO_E_DISJOINT_SUBNETWORK_DISCOVERED | -2147208559 | Disjoint subnetwork was discovered. |
FDO_E_SUBNETWORK_TAP_IS_MIDSPAN_TO_MULTIPLE_LINES | -2147208558 | Subnetwork tap is midspan to multiple lines. |
FDO_E_INVALID_DEVICE_FEATURE_DISCOVERED | -2147208557 | Invalid device feature discovered. |
FDO_E_INVALID_PARENT_SUBNETWORK | -2147208556 | Invalid parent subnetwork, the adjacent subnetwork is not within the same tier nor the next hierarchical tier. |
FDO_E_INVALID_TERMINAL_ID | -2147208555 | The terminal ID is invalid. |
FDO_E_UPSTREAM_TERMINAL_NOT_SUPPORTED | -2147208554 | Check the terminal direction. Upstream terminals cannot be controllers in a source based network. |
FDO_E_DOWNSTREAM_TERMINAL_NOT_SUPPORTED | -2147208553 | Check the terminal direction. Downstream terminals cannot be controllers in a sink based network. |
FDO_E_INVALID_TRACE_TYPE_FOR_KNN | -2147208552 | Invalid trace type for finding nearest. |
FDO_E_ONE_STARTING_POINT_ALLOWED_FOR_KNN | -2147208551 | Only one starting point is allowed for finding nearest. |
FDO_E_STARTING_POINTS_NOT_SUPPORTED_ON_LINES_FOR_KNN | -2147208550 | Starting points are not supported on lines for finding nearest. |
FDO_E_INVALID_TRACE_TYPE_FOR_SUBNETWORK_NAME | -2147208549 | Invalid trace type for specifying subnetwork name. |
FDO_E_SUMMARY_ATTRIBUTE_NOT_FOUND | -2147208548 | The summary attribute was not found. |
FDO_E_SUMMARY_ATTRIBUTE_USED_FOR_MULTIPLE_SUMMARIES | -2147208547 | Multiple summaries cannot be assigned to the same summary attribute. |
FDO_E_UNSUPPORTED_FUNCTION_FOR_NETWORK_ATTRIBUTE | -2147208546 | Unsupported function for the selected network attribute. |
FDO_E_NO_SUMMARY_ATTRIBUTE_FOUND_FOR_SELECTED_TYPE | -2147208545 | No summary attributes were found matching input network attribute type. |
FDO_E_JSON_REQUIRED_RESPONSE_PAYLOAD_MISSING | -2147208544 | A required member of the JSON response payload is missing. |
FDO_E_INCONSISTENT_PARENT_SUBNETWORK_NAME | -2147208543 | Update Subnetwork encountered multiple parent subnetwork controllers that don't have a consistent Subnetwork Name. |
FDO_E_PORTAL_CONNECTION_SIGN_IN_ERROR | -2147208542 | Must be connected and signed into the portal. |
FDO_E_FEATURE_DOES_NOT_HAVE_RULE | -2147208541 | The feature does not have a supporting rule. |
FDO_E_PROPAGATED_ATTRIBUTE_NOT_FOUND | -2147208540 | The propagated attribute was not found. |
FDO_E_SUBNETWORK_DEFINITION_CANNOT_HAVE_MORE_THAN_ONE_PROPAGATOR | -2147208539 | A subnetwork definition cannot have more than one propagator. |
FDO_E_PARENT_TIER_DOES_NOT_CONTAIN_ASSETGROUP_ASSETTYPE | -2147208538 | Direct parent tier does not contain the assetgroup/assetype. |
FDO_E_DEVICE_MUST_HAVE_MORE_THAN_ONE_TERMINAL | -2147208537 | Device must have more than one terminal. |
FDO_E_ONE_STARTING_POINT_FOR_LOCAL_FUNCTION_BARRIERS | -2147208536 | One starting point allowed for function barriers using local values. |
FDO_E_SHORTEST_PATH_STARTING_POINTS | -2147208535 | Shortest path requires two starting points. |
FDO_E_NOT_ALLOWED_AS_SUBNETWORK_NAME | -2147208534 | The provided name is not allowed to be used as subnetwork name. |
FDO_E_INVALID_ASSOCIATION_TYPE | -2147208532 | Structures cannot be containers or attachments or in a connectivity assocations. Containers and attachments cannot be structures. |
FDO_E_CANNOT_EXPORT_SUBNETWORK_WITH_DISABLED_SUBNETWORK_CONTROLLER | -2147208531 | Subnetwork cannot be exported because the subnetwork controller has been disabled. |
FDO_E_INVALID_TERMINAL_CONFIGURATION_ID | -2147208529 | The terminal configuration ID is invalid. |
FDO_E_PARTITIONED_NETWORK_SUBNETWORK_CONTROLLER_REQUIREMENTS | -2147208528 | The terminal configuration of the AssetGroup / AssetType must be directional in partitioned domain networks. The terminal configuration must have two or more terminals with at least one upstream terminal assigned to the Subnetwork controller category. |
FDO_E_INVALID_DOMAIN_NETWORK | -2147208527 | Invalid domain network. |
FDO_E_SUBNETWORK_CONTROLLERS_ARE_ONLY_SUPPORTED_FOR_DEVICE_AND_JUNCTION_OBJECT_CLASSES | -2147208526 | Subnetwork Controller categories are only supported for device and junction object classes. |
FDO_E_SUBTYPE_DOES_NOT_SUPPORT_SUBNETWORK_CONTROLLER | -2147208525 | The selected device does not support being a subnetwork controller. Check the network category. |
FDO_E_SUBNETWORK_CONTROLLER_FEATURES_CANNOT_BE_DELETED | -2147208524 | Features that are utility network subnetwork controllers cannot be deleted. Disable subnetwork controllers before deleting. |
FDO_E_ONE_OR_MORE_SUBNETWORKS_FAILED_TO_UPDATE | -2147208523 | One or more subnetworks failed to update. |
FDO_E_INVALID_COMBINATION_OF_ARGUMENTS | -2147208522 | Invalid combination of arguments. |
FDO_E_NO_SUBNETWORK_NAME | -2147208521 | A subnetwork name was not specified. |
FDO_E_INVALID_PROPAGATOR_FUNCTION_FOR_SUBSTITUTION | -2147208520 | Invalid propagator function for substitution. Substitution is only applicable for the propagator function PROPAGATEDBITWISEAND. |
FDO_E_INVALID_SUBSTITUTION_FOR_PROPAGATED_ATTRIBUTE | -2147208519 | Invalid substitution for propagated network attribute. |
FDO_E_ATTRIBUTE_HAS_MULTIPLE_ASSIGNMENTS_ON_SAME_CLASS | -2147208518 | Network attribute has multiple assignments on the same class. |
FDO_E_FIELD_IS_ASSIGNED_TO_MULTIPLE_NETWORK_ATTRIBUTES | -2147208517 | Field on this class is assigned to multiple network attributes. |
FDO_E_SUBNETWORK_FIELD_ALREADY_EXISTS | -2147208516 | Subnetwork field already exists. |
FDO_E_INVALID_SUBNETWORK_DIAGRAM_TEMPLATE | -2147208515 | Invalid subnetwork diagram template. |
FDO_E_INVALID_TIER_RANK | -2147208514 | Invalid tier rank. |
FDO_E_TIERGROUP_NAME_ALREADY_EXISTS | -2147208513 | The tier group name already exists. |
FDO_E_INCONSISTENT_CONTROLLER_ASSETGROUP_ASSETTYPE | -2147208512 | Subnetwork controller assetgroup or assettype values no longer match the feature's assetgroup or assettype values. |
FDO_E_VALIDATE_CONSISTENCY | -2147208511 | One or more dirty areas were discovered. |
FDO_E_DOMAIN_NETWORK_DOES_NOT_EXIST | -2147208510 | Domain network was not found. |
FDO_E_DOMAIN_NETWORK_NAME_LENGTH_LIMIT | -2147208509 | Domain network name cannot exceed 20 characters. |
FDO_E_DOMAIN_NETWORK_NAME_INVALID_CHAR | -2147208508 | Domain network name has invalid characters. |
FDO_E_DOMAIN_NETWORK_NAME_ALREADY_EXISTS | -2147208507 | Domain network name already exists. |
FDO_E_OPERATION_NOT_SUPPORTED_UTILITY_NETWORK | -2147208506 | Unsupported operation for utility network datasets. |
FDO_E_INVALID_CATEGORY_FOUND | -2147208505 | An invalid category was found. |
FDO_E_NO_ASSOCIATION_TYPE_SPECIFIED | -2147208504 | At least one association type must be specified. |
FDO_E_FEATURE_TERMINAL_IS_ALREADY_ASSOCIATED | -2147208503 | The feature and terminal specified already participate in a connectivity association. |
FDO_E_SUBNETWORK_MANAGEMENT_SUBSYSTEM_INCONSISTENCY | -2147208502 | Subnetwork management subsystem is in inconsistent state. |
FDO_E_OPERATION_NOT_SUPPORTED_IN_CLIENT_SERVER | -2147208501 | This operation is not supported in client-server mode. |
FDO_E_OPERATION_NOT_SUPPORTED_IN_FEATURE_SERVICE | -2147208500 | This operation is not supported against input datasets from a feature service. |
FDO_E_GUID_NOT_FOUND | -2147208499 | The Global ID was not found. |
FDO_E_NO_RULES_FOUND | -2147208498 | The utility network requires rules in order to enable network topology. |
FDO_E_CONTAINER_SPLIT_POLICY_ERROR | -2147208497 | The Split Content policy is applicable to only container for line feature class. |
FDO_E_MAX_TIERS | -2147208496 | The max number of tiers has been exceeded. |
FDO_E_INCONSISTENT_NEIGHBORING_SUBNETWORKS | -2147208495 | One or more neighboring subnetworks are inconsistent. |
FDO_E_INVALID_RULES_EXIST | -2147208494 | One or more invalid rules exist. |
FDO_E_NO_NEW_RULES_ENTERED | -2147208493 | No new rules have entered the system. |
FDO_E_INVALID_SUBNETWORK_NAME | -2147208492 | Invalid subnetwork name. |
FDO_E_FILTER_BARRIER_REQUIRED_FOR_ISOLATION_TRACE | -2147208491 | A filter barrier is required for isolation trace. |
FDO_E_INVALID_TRACE_TYPE | -2147208490 | Invalid trace type. |
FDO_E_USER_IDENTITY_LONGER_THAN_MAX_LENGTH | -2147208489 | User identity may not be longer than 255 characters. |
FDO_E_RULE_TYPE_ROLE_TYPE_MISMATCH | -2147208488 | Rule type does not match role type. |
FDO_E_NON_VERSIONED_FOR_ONLY_GENERATE_ERRORS | -2147208487 | Datasets must be in a non-versioned state when using the only generate errors option. |
FDO_E_ASSET_TYPE_MUST_HAVE_DOMAIN | -2147208486 | All network feature classes must have attribute domains assigned on the Asset type field for each subtype (Asset group). |
FDO_E_RULE_DOES_NOT_SATISFY_RULE_RESTRICTIONS | -2147208485 | Rule does not satisfy built-in rule restrictions. |
FDO_E_INVALID_JUNCTION_FEATURE_DISCOVERED | -2147208484 | Invalid junction feature discovered. |
FDO_E_INVALID_JUNCTION_OBJECT_DISCOVERED | -2147208483 | Invalid junction object discovered. |
FDO_E_INVALID_EDGE_OBJECT_DISCOVERED | -2147208482 | Invalid edge object discovered. |
FDO_E_TERMINAL_CONFIGURATION_HAS_INVALID_USAGE_TYPE | -2147208481 | Terminal Configuration has invalid feature class usage type. |
FDO_E_INVALID_CONFIGURATION_FOR_CONTROLLER_TRACE | -2147208480 | Invalid trace configuration for subnetwork controller trace. Filter barriers and filter function barriers are not allowed. |
FDO_E_INVALID_PERCENT_ALONG_VALUE | -2147208479 | Invalid percent along value. |
FDO_E_NOT_SUPPORT_MIDSPAN_WITH_TERMINAL | -2147208478 | Junction-edge midspan connectivity associations are not supported with junction objects with terminals. |
FDO_E_COINCIDENT_MIDSPAN_ASSOCIATION_FOUND | -2147208477 | A junction object already exists at the same location (percentAlong) midspan on the edge object. |
FDO_E_SUPPORT_MIDSPAN_ONLY_ON_ANY_VERTEX | -2147208476 | Junction-edge mid-span connectivity associations are not supported on edge objects with an edge connectivity policy of EndVertex. |
FDO_E_COINCIDENT_FROM_TO_ASSOCIATION_FOUND | -2147208475 | A junction object already exists at the from/to location on the edge object. |
FDO_E_NO_PORTAL_PRIVILEGE | -2147208474 | The account logged into portal is not licensed with the Utility Network Service user type extension |
FDO_E_SUBNETWORK_CONTROLLER_FEATURES_ASSETGROUP_ASSETTYPE_CANNOT_BE_EDITED | -2147208473 | Features that are utility network subnetwork controllers do not support edits to asset group or asset type attributes. |
FDO_E_UNLOCATABLE_OBJECTS_DISCOVERED | -2147208472 | Unlocatable objects discovered. |
FDO_E_VALID_PATH_INVALID_FORMAT | -2147208471 | Valid path is in invalid format. |
FDO_E_DUPLICATE_PATHS_FOUND | -2147208470 | Duplicate paths found. |
FDO_E_INVALID_TERMINAL_NAME_LENGTH | -2147208469 | Invalid Terminal name length |
FDO_E_DUPLICATE_TERMINAL_PAIR_VALUE_FOUND | -2147208468 | Duplicate terminal pair value found. |
FDO_E_SUBNETWORK_NOT_DIRTY | -2147208467 | The subnetwork is not dirty. |
FDO_E_INVALID_ATTRIBUTE_ID | -2147208466 | The attribute ID did not match a network attribute. |
FDO_E_VALIDATE_ENGINE_REQUIRES_REEXECUTION | -2147208465 | The validate engine is requesting reexection. |
FDO_E_TRACECONFIG_INVALID_CHARACTER | -2147208464 | The name field contains invalid character(s). |
FDO_E_ASSOCIATION_TYPE_CANNOT_HAVE_TERMINALS | -2147208463 | Association type cannot have terminals. |
FDO_E_NETWORK_SOURCE_CANNOT_HAVE_TERMINALS | -2147208462 | Network source type cannot have terminals. |
FDO_E_CANNOT_UPDATE_PERCENTALONG | -2147208461 | Cannot update percent along for the association type. |
FDO_E_SESSION_APPLOCK_IN_PROGRESS | -2147208460 | User session application lock in progress - operation not allowed |
FDO_E_TRANSACTION_APPLOCK_IN_PROGRESS | -2147208459 | User transaction application lock in progress - operation not allowed |
FDO_E_SUBNETWORK_HAS_BEEN_DELETED | -2147208458 | Subnetwork has been deleted. |
FDO_E_CANNOT_EXPORT_DIRTY_SUBNETWORK | -2147208457 | Dirty subnetwork cannot be exported. |
FDO_E_CANNOT_EXPORT_INVALID_SUBNETWORK | -2147208456 | Invalid subnetwork cannot be exported. |
FDO_E_64_BIT_SERVICE_TERRITORY_NOT_SUPPORTED | -2147208455 | Service territory with 64-Bit ObjectIDs not supported by the version of the utility network. |
FDO_E_PROPAGATED_ATTRIBUTE_USED_FOR_MULTIPLE_PROPAGATORS | -2147208454 | Multiple propagators cannot be assigned to the same propagated attribute. |
FDO_E_PBF_REQUIRED_PARAMETER_MISSING | -2147208453 | A required parameter is missing from the PBF. |
FDO_E_PBF_CANNOT_PARSE | -2147208452 | The PBF data could not be parsed. |
FDO_E_DOMAIN_USED_BY_INLINE_NETWORK_ATTRIBUTE | -2147208451 | The domain is used by an inline network attribute and cannot be modified. |
FDO_E_DOMAIN_MAX_VALUE_EXCEEDS_BIT_SIZE | -2147208450 | The max value of the domain exceeds the bit size of the network attribute. |
FDO_E_NAMED_TRACE_CONFIG_USED_BY_DIAGRAM_TEMPLATE | -2147208449 | The named trace configuration is used by a network diagram template. |
FDO_E_NETWORK_VERSION_DOES_NOT_SUPPORT_TRACE_CONFIG | -2147208448 | The utility network version does not support this trace configuration. |
FDO_E_PARCEL_DATASET_INVALID_NAME | -2147207935 | The Parcel Fabric name is invalid. |
FDO_E_PARCEL_DATASETS_NOT_SUPPORTED_IN_RELEASE | -2147207934 | Parcel Fabrics are not supported in this release of the Geodatabase. |
FDO_E_PARCEL_DATASET_ALREADY_EXISTS | -2147207933 | A Parcel Fabric with the specified name already exists. |
FDO_E_PARCEL_DATASET_SCHEMA_CORRUPTION | -2147207932 | Schema error. Required fields are missing. |
FDO_E_PARCEL_DATASET_MISSING_SYSTEM_TABLE | -2147207931 | System table is missing. |
FDO_E_PARCEL_DATASET_DATA_CORRUPTION | -2147207930 | Data is corrupted. |
FDO_E_PARCEL_DATASET_XML_PARSER_NOT_FOUND | -2147207929 | The version of XML cannot be loaded. |
FDO_E_PARCEL_DATASET_DATUM_MISMATCH | -2147207928 | Source Datum does not match Parcel Fabric Datum. |
FDO_E_PARCEL_DATASET_OPERATION_CANCELLED | -2147207927 | The Parcel Fabric operation was cancelled. |
FDO_E_PARCEL_DATASET_ALREADY_UPGRADED | -2147207926 | The parcel fabric dataset has already being upgraded. |
FDO_E_PARCEL_CREATING_FEATURECLASSES | -2147207925 | The parcel fabric is unable to create parcel type polygon/line feature classes. |
FDO_E_SDE_DBMS_ADMIN_CANNOT_CREATE_PARCEL_DATASET | -2147207924 | The parcel fabric is unable to create parcel type polygon/line feature classes. |
FDO_E_OS_AUTH_CANNOT_CREATE_PARCEL_DATASET | -2147207923 | The parcel fabric is unable to create parcel type polygon/line feature classes. |
FDO_E_PARCEL_DATASET_CANNOT_DELETE | -2147207922 | The parcel fabric can't be deleted. |
FDO_E_FEATURE_DATASET_ALREADY_CONTAINS_PARCEL_DATASET | -2147207921 | The feature dataset already contains parcel dataset. |
FDO_E_PARCEL_TOPOLOGY_ALREADY_ENABLED | -2147207920 | The parcel dataset already has its topology enabled. |
FDO_E_PARCEL_TOPOLOGY_ALREADY_DISABLED | -2147207919 | The parcel dataset already has its topology disabled. |
FDO_E_PARCEL_DATASET_TOPOLOGY_DISABLED | -2147207918 | The parcel dataset topology is disabled. |
FDO_E_PARCEL_RECORD_NOT_FOUND | -2147207917 | The parcel record is not found in the record feature class. |
FDO_E_PARCEL_TYPE_NOT_FOUND | -2147207916 | The parcel type was not found. |
FDO_E_PARCEL_FEATURES_NOT_FOUND | -2147207915 | No features where found. |
FDO_E_PARCEL_TOO_MANY_FEATURES | -2147207914 | Too many features were found. |
FDO_E_PARCEL_FEATURE_CLASS_ID_NOT_FOUND_IN_METADATA | -2147207913 | The feature class ID was not found in the parcel fabric metadata. |
FDO_E_PARCEL_READONLY_RULE | -2147207912 | Modifications of rule is not allowed. |
FDO_E_PARCEL_TYPE_CANNOT_REMOVE_FROM_TOPOLOGY | -2147207911 | Modifications of rule is not allowed. |
FDO_E_PARCEL_SELECTED_PARCELS_ALREADY_HISTORIC | -2147207910 | There are parcels selected that are already historic. Select only current parcels. |
FDO_E_PARCEL_SELECTED_PARCELS_ALREADY_CURRENT | -2147207909 | There are parcels selected that are already current. Select only historic parcels. |
FDO_E_PARCEL_SELECTED_SOURCE_PARCEL_FEATURES_INVALID | -2147207908 | The selected features cannot be appended. Only parcel polygons can be selected and appended. If there is no selection in the map, the entire parcel fabric will be appended. |
FDO_E_PARCEL_TOPOLOGY_DATASET_CANNOT_DELETE | -2147207907 | The parcel topology can't be deleted. |
FDO_E_PARCEL_TYPE_NAME_ALREADY_USED | -2147207906 | The parcel type name is already used. |
FDO_E_PARCEL_DATASET_NOT_SUPPORTED_BY_DBMS_VERSION | -2147207905 | Parcel dataset is not supported by the version of the DBMS. |
FDO_E_PARCEL_DATASET_NOT_SUPPORTED_BY_DBMS | -2147207904 | Parcel dataset is not supported by the DBMS. |
FDO_E_PARCEL_TYPE_CANNOT_ADD_TO_TOPOLOGY | -2147207903 | Adding parcel features classes to topology is not allowed. |
FDO_E_PARCEL_FIELD_NOT_MATCH_REQUIREMENTS | -2147207902 | The field already exists but the design does not match the field requirements. |
FDO_E_PARCEL_DATASET_NOT_SUPPORTED_WITHOUT_ISOLATION | -2147207901 | Parcel dataset requires both Snapshot and Read Committed isolation settings to be enabled in SQL Server, please contact your database administrator. |
FDO_E_PARCEL_POINT_FEATURE_HAS_INVALID_COORDINATE_ATTRIBUTES | -2147207900 | Parcel fabric point feature has invalid coordinate attribute values that failed to project. |
FDO_E_PARCEL_LSA_ENGINE_FAILED | -2147207899 | The DynAdjust least-squares adjustment engine failed. |
FDO_E_PARCEL_LSA_MAX_ITERATIONS_EXCEEDED | -2147207898 | Failed to converge after reaching the maximum number of iterations. |
FDO_E_PARCEL_LSA_NO_POINT_INFO_FOUND_FOR_INPUT_FEATURES | -2147207897 | No point information found for the input features. |
FDO_E_PARCEL_LSA_NO_MEASUREMENT_INFO_FOUND_FOR_INPUT_FEATURES | -2147207896 | No measurement information found for the input features. |
FDO_E_PARCEL_UNSUPPORTED_SCHEMA_VERSION | -2147207895 | Unsupported schema version for this operation. |
FDO_E_PARCEL_ONLY_PARCELTYPE_FEATURECLASSES_ALLOWED | -2147207894 | Only parcel type feature classes allowed for this operation. |
FDO_E_PARCEL_REQUIRED_DATASET_CANNOT_DELETE | -2147207893 | Required dataset and cannot be deleted. |
FDO_E_PARCEL_TOPOLOGY_NOT_ENABLED | -2147207892 | Parcel dataset topology is not enabled. |
FDO_E_PARCEL_FABRIC_BEFORE_VERSION5 | -2147207891 | Parcel fabric versions prior to version 5 are not supported. |
FDO_E_PARCEL_EDITOR_TRACKING_NOT_ENABLED | -2147207890 | Editor tracking must be enabled for the parcel dataset. |
FDO_E_INVALID_ATTRIBUTE_RULE | -2147207423 | The definition of attritue rule is invalid. |
FDO_E_ATTRIBUTE_RULE_FIELD_NOT_FOUND | -2147207422 | The field name defined in attribute rule is not available in class. |
FDO_E_ATTRIBUTE_RULE_SUBTYPE_NOT_FOUND | -2147207421 | The subtype name defined in attribute rule is not available in class. |
FDO_E_FIELD_TYPE_NOT_SUPPORTED_BY_ARCADE_SCRIPT | -2147207420 | The field type is not supported by arcade script. |
FDO_E_FAILED_TO_EVALUATE_ARCADE_EXPRESSION | -2147207419 | Failed to evaluate Arcade expression. |
FDO_E_VIOLATED_ATTRIBUTE_CONSTRAINT_RULE | -2147207418 | Violated attribute constraint rule. |
FDO_E_ATTRIBUTE_RULE_NOT_FOUND | -2147207417 | Attribute rule not found. |
FDO_E_DUPLICATE_ATTRIBUTE_RULE_NAME_FOUND | -2147207416 | Duplicate attribute rule name was found. |
FDO_E_ATTRIBUTE_RULE_TYPE_REQUIRES_FIELD | -2147207415 | This attribute rule type requires field. |
FDO_E_ATTRIBUTE_RULE_TYPE_CANNOT_SUPPORT_DELETE | -2147207414 | This attribute rule type cannot support delete triggering event. |
FDO_E_ATTRIBUTE_RULE_TYPE_CANNOT_HAVE_FIELD | -2147207413 | This attribute rule type cannot support field association. |
FDO_E_ATTRIBUTE_RULE_TYPE_CANNOT_SUPPORT_EVENT | -2147207412 | This attribute rule type cannot support any triggering event. |
FDO_E_ATTRIBUTE_RULE_TYPE_CANNOT_HAVE_SUBTYPE | -2147207411 | This attribute rule type cannot support subtype association. |
FDO_E_INVALID_ATTRIBUTE_RULE_TYPE | -2147207410 | Invalid attribute rule type. |
FDO_E_FAILED_TO_EVALUATE_VALIDATION | -2147207409 | Failed to evaluate attribute validation rules. |
FDO_E_FAILED_TO_QUERY_VALIDATION_ERRORS | -2147207408 | Failed to query validation errors. |
FDO_E_ATTRIBUTE_RULE_REQUIRES_ERROR_NUMBER_MESSAGE | -2147207407 | This attribute rule requires error number and message. |
FDO_E_MUST_SPECIFY_ATTRIBUTE_RULE_NAMES_ERROR | -2147207406 | Must specify attribute rule names. |
FDO_E_INVALID_RULE_NAME_ERROR | -2147207405 | Invalid rule name. |
FDO_E_INVALID_SEVERITY_VALUE | -2147207404 | The severity value should be 1, 2, 3, 4, or 5. |
FDO_E_ATTRIBUTE_RULE_REQUIRES_GLOBALID_FIELD | -2147207403 | Attribute rule requires a Global ID attribute on the dataset. |
FDO_E_ATTRIBUTE_RULE_REQUIRES_TRIGGERING_EVENT | -2147207402 | Attribute rule requires triggering event(s). |
FDO_E_ATTRIBUTE_RULE_REQUIRES_SCRIPT | -2147207401 | Attribute rule requires Arcade script. |
FDO_E_ATTRIBUTE_RULE_HAS_INVALID_BATCH_PROPERTY | -2147207400 | Attribute rule has invalid batch property. |
FDO_E_ATTRIBUTE_RULE_HAS_INVALID_USER_EDITABLE_PROPERTY | -2147207399 | Attribute rule has invalid user editable property. |
FDO_E_CANNOT_ALTER_PROPERTY_OF_ATTRIBUTE_RULE | -2147207398 | Cannot alter the property of the attribute rule. |
FDO_E_SYSTEM_FIELD_CANNOT_BE_ASSIGNED_TO_CALCULATION_RULE | -2147207397 | The system maintained field cannot be assigned to a calculation rule. |
FDO_E_FAILED_TO_UPDATE_ERRORS | -2147207396 | Failed to update errors. |
FDO_E_EVALUATION_ORDER_OUT_OF_RANGE | -2147207395 | The evaluation order passed was not within the valid range. |
FDO_E_CALCULATION_RULE_RETURNED_UNDEFINED_VALUE | -2147207394 | Evaluation of script expression returned not a number or infinity. |
FDO_E_INVALID_VALIDATION_TYPE | -2147207393 | Invalid validation type. |
FDO_E_CANNOT_RESET_REQUIRED_PROPERTY_OF_ATTRIBUTE_RULE | -2147207392 | Cannot reset required property of the attribute rule. |
FDO_E_ERRORMESSAGE_KEYWORD_CANNOT_BE_USED_WITH_OTHER_KEYWORDS | -2147207391 | The errorMessage keyword cannot be used with other keywords in the dictionary return script. |
FDO_E_MUST_RETURN_TEXT_VALUE | -2147207390 | The errorMessage keyword must return a text value. |
FDO_E_ARCADE_SCRIPT_RAISED_ERROR | -2147207389 | Arcade script raised an error. |
FDO_E_KEYWORD_CANNOT_BE_USED_WITH_RULE_TYPE | -2147207388 | The keyword cannot be used with the rule type. |
FDO_E_UNDEFINED_KEYWORD_USED_IN_DICTIONARY | -2147207387 | Undefined keyword is used in the dictionary return script. |
FDO_E_REQUIRED_KEYWORD_NOT_DEFINED_IN_DICTIONARY | -2147207386 | Required keyword is not defined in the dictionary return script. |
FDO_E_CHANGES_IN_VERSION_CANNOT_BE_EVALUATED_AGAINST_DEFAULT | -2147207385 | Changes in version cannot be evaluated against default version. |
FDO_E_CHANGES_IN_VERSION_CANNOT_BE_EVALUATED_WITH_GLOBALIDS | -2147207384 | Changes in version cannot be evaluated with global ID based selection. |
FDO_E_MUST_BE_OBJECTIDS_OR_GLOBALIDS | -2147207383 | Selection must be either ObjectIDs or GlobalIDs. |
FDO_E_SERVER_ONLY_FOR_RESETTING_VS_BY_DICTIONARY | -2147207382 | Attribute rules that reset the validation status with calculationRequired or validationRequired must only execute on the server. |
FDO_E_SCRIPT_EXCEEDS_MAX_LENGTH | -2147207381 | Arcade script cannot exceed 500,000 characters. |
FDO_E_SEVERITY_NOT_APPLICABLE_TO_RULE_TYPE | -2147207380 | Severity value is not applicable to the current attribute rule type. |
FDO_E_ATTRIBUTE_RULE_DATASETTYPE_NOT_SUPPORTED | -2147207379 | The dataset does not support attribute rules. |
FDO_E_ATTRIBUTE_RULE_TYPE_NOT_SUPPORTED_IN_WORKSPACE_TYPE | -2147207378 | The attribute rule type is not supported in the input workspace type. |
FDO_E_NO_OPERATION_LICENSE_FOR_DATA_REVIEWER_SERVER | -2147207377 | Operation failed to execute due to license not available. Authorize and enable the Data Reviewer for ArcGIS Server extension to access this functionality. |
FDO_E_INPUT_JSON_IS_INVALID | -2147207376 | The input JSON is invalid. |
FDO_E_EXCLUDE_FROM_APP_EVALUATION_MUST_BE_ENABLED | -2147207375 | Exclude from application evaluation must be enabled |
FDO_E_SCRIPT_ORIGINAL_FEATURE_NOT_ALLOWED | -2147207374 | The attribute rule expression contains $originalfeature which is only valid with the update trigger for constraint and immediate calculation rules. |
FDO_E_BATCH_CALCULATION_AND_VALIDATION_ARE_NOT_SUPPORTED_ON_MULTIPOINT | -2147207373 | Batch Calculation and Validation rules are not supported on multi-point feature classes. |
FDO_E_BATCH_CALCULATION_AND_VALIDATION_ARE_NOT_SUPPORTED_ON_MULTIPATCH | -2147207372 | Batch Calculation and Validation rules are not supported on multi-patch feature classes. |
FDO_E_EVALUATION_IS_CYCLIC_OR_EXCEEDS_MAX_CASCADING_LEVEL | -2147207371 | The evaluation of attribute rules is cyclic or exceeds maximum cascading level. |
FDO_E_ATTRIBUTE_RULE_UNEXPECTED_FORMAT | -2147207370 | Unexpected format found. |
FDO_E_NO_OPERATION_LICENSE_FOR_DATA_REVIEWER_DESKTOP | -2147207369 | Operation failed to execute due to license not available. Authorize and enable the Data Reviewer for ArcGIS Pro extension to access this functionality. |
FDO_E_FIELD_NOT_SPECIFIED_BY_ARCADE_SCRIPT | -2147207368 | Attribute rule returned a value but no field was specified in the rule. |
FDO_E_ATTRIBUTE_RULES_DML_INVALID_VALUE_ASSIGNED_TO_KEYWORD | -2147207367 | Invalid value assigned to DML keyword. |
FDO_E_NO_OPERATION_MISSING_DATA | -2147207366 | Operation failed to execute due to data not available. Please check logs for additional information on what data is not available. |
FDO_E_INCORRECT_NUMBER_OF_COLUMNS_IN_CSV | -2147207365 | Operation failed to execute due to data not available. Please check logs for additional information on what data is not available. |
FDO_E_MUST_SPECIFY_ATTRIBUTE_RULE_TYPE_ERROR | -2147207364 | Must specify attribute rule type. |
FDO_E_REVIEWERATTRIBUTERULE_IMPORT_ERROR | -2147207363 | Error importing data reviewer rule. |
FDO_E_IMPORT_ATTRIBUTERULE_REVIEWERWARNING | -2147207362 | Reviewer rule import warning. |
FDO_E_WRONG_HEADER_IN_CSV | -2147207361 | CSV contains incorrect header. |
FDO_E_CSV_PATH_IS_EMPTY | -2147207360 | The provided CSV file path is empty. |
FDO_E_FAILED_TO_DECODE_RECORD | -2147207359 | Error ocurs when decoding record number. |
FDO_E_ATTRIBUTE_RULE_VIEW_IMPORT_FAILED | -2147207358 | Import Attribute Rules from Attribute Rules View has failed. |
FDO_E_REVIEWER_ATTRIBUTE_RULE_INVALID_ISEXCEPTION_FIELD_UPDATE_FROM_ACCEPTABLE_STATUS | -2147207357 | Invalid update. Cannot update the IsException field for an error with an Acceptable status. |
FDO_E_RETURN_TYPE_NOT_COMPATIBLE_WITH_FIELD_TYPE | -2147207356 | Return type is not compatible with the field type. |
FDO_E_LOCATION_REFERENCING_GENERIC_FEATURE_UPDATE_ERROR | -2147207167 | Location Referencing: Feature update failed. |
FDO_E_LOCATION_REFERENCING_UNAVAILABLE_LOCKS | -2147207166 | The following feature has associated routes or lines which are already locked by other users or in other versions: [FC | OID] = |
FDO_E_LOCATION_REFERENCING_MISSING_LOCKS | -2147207165 | The following feature has associated routes or lines which need to be locked before performing an edit: [FC | OID] = |
FDO_E_LOCATION_REFERENCING_CURVES_NOT_SUPPORTED | -2147207164 | Bezier curves and circular arcs are not supported in an LRS centerline layer. |
FDO_E_LOCATION_REFERENCING_CENTERLINE_WILL_CAUSE_NON_MONOTONIC_ROUTE | -2147207163 | The modified centerline geometry will result in an uncalibrated or non-monotonic route. |
FDO_E_LOCATION_REFERENCING_RUN_AEB_BEFORE_POST | -2147207162 | LRS route edits have been made on the edit version. Please run the Apply Event Behaviors tool before posting your changes. |
FDO_E_LOCATION_REFERENCING_RUN_AEB_BEFORE_RECONCILE | -2147207161 | LRS route edits have been made on the default version. Please run the Apply Event Behaviors tool before reconciling. |
FDO_E_LOCATION_REFERENCING_CENTERLINE_HAS_ASSOCIATED_ROUTES | -2147207160 | The following LRS centerline cannot be deleted because it has routes associated with it: OID = |
FDO_E_LOCATION_REFERENCING_GAPCALIBRATION_FSRULE_ERROR | -2147207159 | Invalid LRS gap calibration rule. Euclidean Distance, Adding Increment with nonzero offset, and Stepping Increment with nonzero offset are only allowed on branch versioned feature service LRS networks. |
FDO_E_LOCATION_REFERENCING_SIMPLIFY_WILL_AFFECT_ROUTE_LENGTH | -2147207158 | The chosen centerlines will result in a decrease in geometric length when they are used to build the resulting route. This may be caused if the centerlines have overlapping sections or the geometries have degenerate segments. Make sure the chosen centerlines d |
FDO_E_LOCATION_REFERENCING_TOOLS_TO_EDIT | -2147207157 | Only Location Referencing tools can be used to edit this feature/field. |
FDO_E_LOCATION_REFERENCING_PARTIAL_POST_NOT_ALLOWED | -2147207156 | Partial post is not allowed for Location Referencing datasets. |
FDO_E_LOCATION_REFERENCING_NON_MONOTONIC_ROUTE | -2147207155 | Invalid edit because the resultant route will be a non-monotonic route. |
FDO_E_LOCATION_REFERENCING_CP_MOVED_OFF_ROUTE | -2147207154 | The calibration point has been moved outside of the tolerance of the route. |
FDO_E_LOCATION_REFERENCING_SYNC_MISSING_FIELDS | -2147207153 | The From measure or To measure is missing from the event with route ID: |
FDO_E_LOCATION_REFERENCING_SYNC_FAILED | -2147207152 | Failed to apply event behaviors for the event with route ID: |
FDO_E_INVALID_LEVEL_OF_DETAIL | -2147206911 | Invalid level of detail provided. |
FDO_E_INVALID_BIN_TYPE | -2147206910 | Bin type is not valid or not supported. |
FDO_E_GEOHASH_INVALID_COORD_SYS | -2147206909 | GeoHash only supports EPSG: 4326 (GCS WGS 1984). |
FDO_E_ALREADY_LOD_ENABLED | -2147206908 | Feature class is already feature binning enabled. |
FDO_E_LOD_INCOMPATIBLE_COORDREF | -2147206907 | Base feature class coordinate system cannot be transformed to bin coordinate system. Choose different coordinate system. |
FDO_E_LOD_INVALID_POSTGIS_COORDSYS_ID | -2147206906 | Unable to generate a valid coordinate system. Verify a valid definition exists in the PostGIS spatialrefsys table. |
FDO_E_INVALID_CELL_ID | -2147206905 | The cell Id is invalid of malformed. |
FDO_E_INVALID_CELL_HASH | -2147206904 | The cell hash value exceeds the legal bounds. |
FDO_E_INVALID_COVERING | -2147206903 | The cell covering is invalid or incomplete. |
FDO_E_NO_VALID_ANCESTOR | -2147206902 | No valid ancestor cell exists. |
FDO_E_NO_COMMON_ANCESTOR | -2147206901 | No common ancestor exists. |
FDO_E_NO_VALID_NEIGHBOR | -2147206900 | No valid neighbor exists. |
FDO_E_LOD_NOT_ENABLED | -2147206899 | The feature class is not feature binning enabled. |
FDO_E_INSTANCE_DOES_NOT_SUPPORT_LOD | -2147206898 | The instance does not support feature binning. |
FDO_E_EMPTY_PORTAL_USERNAME | -2147206831 | Portal username does not exist. |
FDO_E_ASYNC_NOT_SUPPORTED | -2147206830 | Asynchronous execution not supported. |
FDO_E_PBF_NOT_SUPPORTED | -2147206829 | ProtoBuf response not supported. |
FDO_E_TRACE_NETWORK_CREATION_FAILED | -2147205119 | The creation of the trace network failed. |
FDO_E_TRACE_NETWORK_VERSION_NOT_SUPPORTED | -2147205118 | Trace network version is not supported for this operation. |
FDO_E_TRACE_NETWORK_NO_PORTAL_PRIVILEGE | -2147205117 | The account logged into portal is not licensed with the Trace Network Service user type extension |
FDO_E_REPLICA_TRACKING_NOT_SUPPORTED | -2147204863 | The dataset does not support replica tracking. |
FDO_E_GEOMETRICNETWORK_NOT_FOUND | -2147204783 | The geometric network was not found. |
FDO_E_ADD_FEATURE_TO_NETWORK | -2147204782 | Error adding a feature to a network. |
FDO_E_CREATE_LOGICAL_NETWORK | -2147204781 | Error creating a logical network. |
FDO_E_GEOMETRICNETWORK_ALREADY_EXISTS | -2147204780 | The geometric network already exists. |
FDO_E_ZERO_LENGTH_EDGE_ELEMENT | -2147204779 | Geometry corresponding to edge element may not be zero length. |
FDO_E_GEOMETRICNETWORK_CANNOT_RENAME | -2147204778 | Cannot rename a geometric network. |
FDO_E_GEOMETRICNETWORK_ELEMENT_INCONSISTENCY | -2147204777 | Inconsistent elements in the geometric network. |
FDO_E_NETWORK_FEATURES_HAVE_HOMOGENEOUS_Z_SUPPORT | -2147204776 | Feature classes in a geometric network must have homogeneous support for Zs on geometry. |
FDO_E_NO_ASSOCIATED_ERROR_TABLE | -2147204775 | There is no error table associated with the geometric network. |
FDO_E_FEATURE_ELEMENT_MISSING_POINT_GEOMETRY | -2147204774 | There is no point geometry associated with the feature element. |
FDO_E_NETWORK_FEATURES_HAVE_HOMOGENEOUS_M_SUPPORT | -2147204773 | Feature classes in a geometric network must have homogeneous support for Ms on geometry. |
FDO_E_CLASS_EXISTS_WITH_ORPHAN_JUNCTION_CLASS_NAME | -2147204772 | An existing class has the same name as the orphan junction feature class. |
FDO_E_GEOMETRICNETWORK_INVALID_NAME | -2147204771 | The geometric network name is invalid. |
FDO_E_INVALID_FIELD_FOR_WEIGHT_ASSOCIATION | -2147204770 | The specified field cannot be part of a weight association. |
FDO_E_INVALID_CLASS_FOR_WEIGHT_ASSOCIATION | -2147204769 | The specified class cannot be part of a weight association. |
FDO_E_CONNECTED_FEATURE_DOES_NOT_EXIST | -2147204768 | The connected feature does not exist. |
FDO_E_OPEN_LOGICAL_NETWORK | -2147204767 | Error opening a logical network. |
FDO_E_NETWORK_ELEMENT_ID_BEYOND_MAX | -2147204766 | 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 | -2147204765 | Edge endpoint is not coincident with junction. |
FDO_E_CANNOT_DELETE_POPULATED_FEATURE_CLASS | -2147204764 | Cannot delete populated feature class from a geometric network. |
FDO_E_CANNOT_DELETE_ORPHAN_JUNCTION_CLASS | -2147204763 | Cannot delete the orphan junction class from a geometric network. |
FDO_E_EMPTY_GEOMETRICNETWORK_IS_NOT_ALLOWED | -2147204762 | Empty geometric network is not allowed. |