I want to make a general error handling package that should be called from my other packages when something goes wrong. In this error handling package I want to log what task failed and the reason for the failure. How can I retrieve this information?
I'm using the Control Flow Failure precedence constraint to point out a Execute Package Task that executes the error handling package when something goes wrong.