The "UIResponse" is an object containing three lists, each containing different logging information about the task that was run. The contents of the lists are accessible from the getter methods.
getWarns() - Returns a list of warning messages that were encountered during the task
getErrors() - Returns a list of error messages that were encountered during the task
getInfos() - Returns a list of "info" messages that were encountered during the tasks.
These messages represent normal logging events that occurred during the task, and can be useful when to visualize the events that lead up to a task failure.