Problem
Right now, if an error occurs during sync, we do not display it to the user.
Solution
Display an error to the user to indicate sync wasn't successful, to avoid confusion.
You should display as error text, Couldn't connect to {integrationName}.
Implement hasSynchronizationError() by doing so.