NotifyError

This method is called whenever the ECLPS object detects an error during event generation. The error object contains information about the error (see ECLErr Class). Events may continue to be generated after the error depending on the nature of the error. If the event generation stops due to an error, the NotifyStop() method is called.

This is a pure virtual method which the application must implement.