The errors and the file and path of the GL*.log file which stores error information when Add is called in batch (using BeginAddElements and EndAddElements).
[Visual Basic 6.0] Property AddErrorInfo(
errors As String, _
FilePath As String _
)
[Visual Basic .NET] Public Sub AddErrorInfo ( _ ByRef errors As String, _ ByRef FilePath As String _ )
[C#] public void AddErrorInfo ( ref string errors, ref string FilePath );
[Java] public getAddErrorInfo ( String errors, String FilePath )
[C++]
HRESULT get_AddErrorInfo(
BSTR* errors,
BSTR* FilePath
);
Parameters
errors [out]
errors is a parameter of type BSTR
FilePath [out]
FilePath is a parameter of type BSTR