xml_GetErrorCode ( parserID ) --> errorCode
-
--> parserID : longint
-
<-- errorCode : longint
Returns the last reported error code for parserID. This value can be tested against the error constants which have been included in the plug-in. See the errorcodes section for details.
See Also: xml_GetErrorText.
|