dsnapshot v0.1.0 (2019-08-04T11:34:54Z)
Dub
Repo
SnapshotException
dsnapshot
exception
Undocumented in source.
@
safe
class
SnapshotException : Exception {
this
(SnapshotError s);
SnapshotError
errMsg
;
struct
DstIsNotADir
;
struct
UnableToAcquireWorkLock
;
struct
SyncFailed
;
struct
RestoreFailed
;
struct
PreExecFailed
;
struct
PostExecFailed
;
}
Constructors
this
this
(SnapshotError s)
Undocumented in source.
Members
Structs
DstIsNotADir
struct
DstIsNotADir
Undocumented in source.
PostExecFailed
struct
PostExecFailed
Undocumented in source.
PreExecFailed
struct
PreExecFailed
Undocumented in source.
RestoreFailed
struct
RestoreFailed
Undocumented in source.
SyncFailed
struct
SyncFailed
Undocumented in source.
UnableToAcquireWorkLock
struct
UnableToAcquireWorkLock
Undocumented in source.
Variables
errMsg
SnapshotError
errMsg
;
Undocumented in source.
Meta
Source
See Implementation
dsnapshot
exception
aliases
SnapshotError
classes
SnapshotException