Visible to Intel only — GUID: GUID-2286B47E-13BF-4BCA-9234-5D3CD68B00F8
Visible to Intel only — GUID: GUID-2286B47E-13BF-4BCA-9234-5D3CD68B00F8
GETLASTERROR
Portability Function: Returns the last error set.
Module
USE IFPORT
result = GETLASTERROR( )
Results
The result type is INTEGER(4). The result is the integer corresponding to the last runtime error value that was set.
For example, if you use an ERR= specifier in an I/O statement, your program will not abort if an error occurs. GETLASTERROR provides a way to determine what the error condition was, with a better degree of certainty than just examining errno. Your application can then take appropriate action based upon the error number.