dsnapshot v0.1.0 (2019-08-04T11:34:54Z)
Dub
Repo
SnapshotException.RestoreFailed
dsnapshot
exception
SnapshotException
Undocumented in source.
class
SnapshotException
static
struct
RestoreFailed {
string
src
;
string
dst
;
void
print
();
}
Members
Functions
print
void
print
()
Undocumented in source. Be warned that the author may not have intended to support it.
Variables
dst
string
dst
;
Undocumented in source.
src
string
src
;
Undocumented in source.
Meta
Source
See Implementation
dsnapshot
exception
SnapshotException
constructors
this
structs
DstIsNotADir
PostExecFailed
PreExecFailed
RestoreFailed
SyncFailed
UnableToAcquireWorkLock
variables
errMsg