Technical ReferenceMacroFlex ScriptingFlexSession Object TransferError TransferError Returns a text string containing the most recent file transfer error. Returns an empty string if no error exists. Syntax FlexSession.TransferError Example Sub Main() MsgBox FlexSession.TransferError End Sub