Execution/Validation Results
When you run or validate a map, errors or warnings may occur. In the editor, these are displayed in the Problems view ( Mapper Problems if you are using the product in an IDE). In the runtime portion of the product, an ExecutionStatus object is created with all of the errors/warnings. This is returned to the caller of the map execution or validation methods. You can translate this object to XML using the ExecutionStatus.exportToXml() method.