Returns True if there is an error condition, False if there is no error condition. Caller will still need to use the GetMessage or GetMessages service to determine what the error is.
rv = Error_Services("HasError") |
None.
The HasError service allows the caller to embed the Error_Services service call inside of a conditional statement like this:
If Error_Services('HasError') then * An error has occured. Proceed accordingly. ErrorMessage = Error_Services('GetMessage') end else * No error has occured. end |
16.0.18