I have a script task that I use to do an HTTP post to a web service and that part is working fine. However, when the web service returns an error I set the task result as failure, and I would like to pass that detailed error onto the package so when it errors it doesn't have some generic error like Script task failed. I wasn't sure if this was even possible, but I've done a bit of research on google and this forum to no avail. Does anyone know how this can be accomplished if at all?