
Context: | 
Class Property |

Library/Class: | 
FileExport Class |
FileExport.ErrorText As String, Read/Write
If an error exception occurs, either because of an internal error of the Integra script libraries or because of an error in any advanced Notes Formula or Lotus Script, the ErrorText property contains the error message including error code and line number of occurance. In the case of an internal error, the text also shows the name of the method which failed and the class it belongs to. At the same time the export.IsError property is set to True.
Using Lotus Script in the Script Error Handler (Integra profile) the profile developer can analyse the error message for specific errors. If the error handler can correct a particular error, the ErrorText property should be blanked ("") and the export.IsError property set to False.
|