MCPcopy
hub / github.com/pimutils/vdirsyncer / StorageEmpty

Class StorageEmpty

vdirsyncer/sync/exceptions.py:44–53  ·  view source on GitHub ↗

One storage unexpectedly got completely empty between two synchronizations. The first argument is the empty storage. :param empty_storage: The empty :py:class:`vdirsyncer.storage.base.Storage`.

Source from the content-addressed store, hash-verified

42
43
44class StorageEmpty(SyncError):
45 '''
46 One storage unexpectedly got completely empty between two synchronizations.
47 The first argument is the empty storage.
48
49 :param empty_storage: The empty
50 :py:class:`vdirsyncer.storage.base.Storage`.
51 '''
52
53 empty_storage = None
54
55
56class BothReadOnly(SyncError):

Callers 1

syncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected