Changed
- Synchronisation related error messages have been improved massively and now provide tips on how to debug and resolve
common problems
- All sync related issues now raise a `SynchronisationError` instead of other generic errors.
Note, that this breaks the workaround detailed [here](https://github.com/mad-lab-fau/NilsPodLib/issues/15) for one of
the common issues. Instead of catching a `ValueError`, you should now catch a `SynchronisationError`.
- All Validation related errors now throw a `SessionValidationError`.