-
Type: Improvement
-
Resolution: Fixed
-
Priority: Major - P3
-
Affects Version/s: None
-
Component/s: ObjectStore
In sync_session.cpp we have 11 error codes that will mark the file for deletion:
But in sync_config.hpp we only have 6 error codes that return true for is_client_reset_requested:
We should make sure these are equivalent.