This document is archived and information here might be outdated.  Recommended version.


esriDataConverterError Constants (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > Geodatabase > ESRI.ArcGIS.GeoDatabase > Constants > E > esriDataConverterError Constants
ArcGIS Developer Help

esriDataConverterError Constants

Data converter error codes.

Constant Value Description
S_DATACONVERTER_OK 0 Successful conversion.
E_DATACONVERTER_OPENFEATURECLASSFAILED 513 Cannot open Featureclass.
E_DATACONVERTER_OPENTABLEFAILED 514 Cannot open table.
E_DATACONVERTER_OPENFEATUREDATASETFAILED 515 Cannot open feature dataset.
E_DATACONVERTER_OPENFEATUREWORKSPACEFAILED 516 Cannot open feature workspace.
E_DATACONVERTER_CREATEFEATURECLASSFAILED 517 The operation could not create an output featureclass.
E_DATACONVERTER_CREATETABLEFAILED 518 The operation could not create an output table.
E_DATACONVERTER_WRITEFEATURESFAILED 519 Could not write features to the output featureclass.
E_DATACONVERTER_WRITEROWSFAILED 520 Could not write rows to the output table.
E_DATACONVERTER_UNLOADFAILED 521 Cannot unload the feature class.
E_DATACONVERTER_OPENCURSORFAILED 522 Could not open feature cursor.
E_DATACONVERTER_OPENINSERTCURSORFAILED 523 Could not open an insert cursor.
E_DATACONVERTER_INSERTCURSORFAILED 524 Could not open insert feature cursor.
E_DATACONVERTER_CANCELLED 525 Data conversion canceled.
E_DATACONVERTER_MATCHINPUTFIELDSETFAILED 526 The input Featureclass fields and the Output fields do not match.
E_DATACONVERTER_FLUSHINSERTCURSORFAILED 527 Flush the insert cursor failed.
E_DATACONVERTER_ACQUIRESCHEMALOCKFAILED 528 Acquiring the schema lock failed for the output featuredataset.
E_DATACONVERTER_INVALID_INPUT_DATASET_NAME 529 Open the input datasetname failed.
E_DATACONVERTER_CANNOT_CREATE_FEATURE_DATASET 530 Open the input datasetname failed.
E_DATACONVERTER_ERROR_READ_ROWS 531 Error in reading some rows from the source.
E_DATACONVERTER_ERROR_READ_ALL_ROWS 532 Error in reading all rows from the source.

Product Availability

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