Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/services/SyncService.js')
-rw-r--r--src/services/SyncService.js6
1 files changed, 5 insertions, 1 deletions
diff --git a/src/services/SyncService.js b/src/services/SyncService.js
index 306ffc5f8..2d7a95829 100644
--- a/src/services/SyncService.js
+++ b/src/services/SyncService.js
@@ -42,7 +42,11 @@ const ERROR_TYPE = {
*/
PUSH_FAILURE: 1,
- LOAD_ERROR: 2
+ LOAD_ERROR: 2,
+
+ CONNECTION_FAILED: 3,
+
+ SOURCE_NOT_FOUND: 4
}
class SyncService {