DataDescription::GetErrorLine
Defined in:
Returns the line on which an error occurred.
TSOpenDDL.h
Prototype
int32 GetErrorLine(void) const;
Description
The GetErrorLine
function returns the line number on which an error occurred when the DataDescription::ProcessText
function was called. Line numbering begins at one. If the DataDescription::ProcessText
function returned kDataOkay
, then the GetErrorLine
function will return zero.
See Also