GetLastErrText Method for Business Components
The GetLastErrText method returns a string that contains the text message for the most recent error that the disconnected client logged. It uses the following syntax:
BusComp.GetLastErrText()
For example:
ActiveBusObject().GetLastErrText();
This method includes no arguments.