void fail(String error) { statusNotifier.value = SyncProcessStatus.failed; errorNotifier.value = error; }