File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ ## [ 1.12.0]
2+
3+ * Added new ` SyncError ` values:
4+ * ` clientTimeout ` : Interrupted by client timeout.
5+ * ` syncIsNotActive ` : Synchronization is not active. Sync was disabled during or before the attempt.
6+
17## [ 1.11.0]
28
39* Added ` hasUnsyncedChanges() ` method.
Original file line number Diff line number Diff line change @@ -95,6 +95,14 @@ enum SyncError {
9595 /// Error updating links.
9696 updateLinksException,
9797
98+ /// Interrupted by client timeout.
99+ clientTimeout,
100+
101+ /// Synchronization is not active.
102+ ///
103+ /// Sync was disabled during or before the attempt.
104+ syncIsNotActive,
105+
98106 /// Unknown error.
99107 unknown,
100108}
Original file line number Diff line number Diff line change 11name : in_sync_interface
22description : An interface for synchronization functional. Used by in_sync.
3- version : 1.11 .0
3+ version : 1.12 .0
44homepage : https://github.com/innim/
55repository : https://github.com/Innim/in_sync_interface
66issue_tracker : https://github.com/Innim/in_sync_interface/issues
You can’t perform that action at this time.
0 commit comments