kvarn_search

Enum WatchError

source
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.

Trait Implementations§

source§

impl Debug for WatchError

source§

fn fmt(&self, f: &mut Formatter<'_>) -> Result

Formats the value using the given formatter. Read more
source§

impl