Get the last error number.
long cobfa_errno ( void /* no arguments */ );
Description
Returns the error number from the most recent API function call.
Execution Conditions
Always accessible.
Return Values
FA_ENOERR | Most recent function call executed successfully |
Other than FA_ENOERR | Most recent function call failed. For details on this value, see "5.1 Error Number". |