Syntax

Invoked to report an error encountered by the parser while parsing the XML document.

Procedure

PROCEDURE Error:
  DEFINE INPUT PARAMETER errMessage AS CHARACTER. 
  ...
END PROCEDURE.

Method

METHOD PUBLIC VOID Error(INPUT errMessage AS CHARACTER): 
  ... 
END METHOD.
errMessage
A character string indicating the error message.

After this callback is invoked, the parser continues where it left off.