com.esri.arcgis.geodatabase
Interface IGeoDatabaseErrorRecords

All Superinterfaces:
Serializable
All Known Implementing Classes:
IGeoDatabaseErrorRecordsProxy

public interface IGeoDatabaseErrorRecords
extends Serializable

Provides access to members that control the GeoDatabase Error Records.

Product Availability

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


Method Summary
 int getErrorCount()
          The count of error records.
 String getErrorDescription(int index)
          The description of the specified error record.
 

Method Detail

getErrorCount

int getErrorCount()
                  throws IOException,
                         AutomationException
The count of error records.

Product Availability

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

Supported Platforms

Windows, Solaris, Linux

Returns:
The count
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.

getErrorDescription

String getErrorDescription(int index)
                           throws IOException,
                                  AutomationException
The description of the specified error record.

Product Availability

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

Parameters:
index - The index (in)
Returns:
The description
Throws:
IOException - If there are interop problems.
AutomationException - If the ArcObject component throws an exception.