Skip to content

v3.5.0 - Better error messages

Choose a tag to compare

@AKuederle AKuederle released this 31 Aug 10:26

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 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.