GetErrorText

Prototype: char * GetErrorText(void)

Description: Returns the error text of the last call executed.  For pending commands this is just whether or not the call has been made pending or not. Call GetLastCommandError to find out the result of the pending command once it has been executed and pass it to GetErrorMessage to get the text.

Note that this call will not return useful information for the LaunchBB call.

Returned Data: character string containing the last call’s error text.