| Purpose |
User-defined function to over-ride standard handling of DP4 system errors, FAIL errors. and other standard DP4 messages. |
||||||||||
| Syntax |
| ||||||||||
| Parameters |
int DP4P flags if DP4ERR_REPORT is set then the error has not yet been reported by TRM and needs reporting. Clearing this flag stops the error message from being displayed or written to syslog.prn if DP4ERR_HALT is set then the error is a system error or fail error and the program will terminate unless the flag is cleared int DP4P type
int DP4P error This is the number of the error message that should be displayed. int DP4P error0 These are additional parameters giving further information about the error. |
||||||||||
| Description |
Here is an example app_error() function:
The default app_error() function does nothing. |