Function FFGetLastError

FastFind

Function Reference

FFGetLastError

Returns the last error message from the DLL's debug channels.

FFGetLastError ( )

 

Parameters

None.

 

Return Value

Success: Returns the error message.
Failure: Returns an empty string and sets @ERROR

 

Remarks

This function won't work if all debug options are disabled, as error strings won't be initialized.

 

Related

FFSetDebugMode, FFTraceError