pub enum WatchError {
HostNotFound,
FsDisabled,
}
Variants§
HostNotFound
Can occur if the host name isn’t part of the HostCollection
because the host doesn’t
exist, or because it’s inside another collection.
FsDisabled
The file system feature was disabled for this host.