I'm trying to create a log on the server where users can view a list of all syncs. I want to log the start and end of each sync, and if the sync was successful or not. This works wonderfully if the sync is successful, because I can log the start of the sync in the "PreSync" area for custom scripting, and log the end of the sync in the "PostSync" area for custom scripting. However, the PostSync scripting only runs if the sync is successful. Is there some part of the hub sync customization script that runs if the sync fails?