Enum probe_c_api::NewProbeError [] [src]

pub enum NewProbeError {
    WorkDirMetadataInaccessible(Error),
    WorkDirNotADirectory(PathBuf),
}

Errors that can occur during probe construction.

Variants

Error returned if we cannot get the metadata for a work directory.

Error returned if the path given for a work directory does not actually correspond to a directory.

Trait Implementations

impl Debug for NewProbeError
[src]

Formats the value using the given formatter.

impl Display for NewProbeError
[src]

Formats the value using the given formatter. Read more

impl Error for NewProbeError
[src]

A short description of the error. Read more

The lower-level cause of this error, if any. Read more