Enum neko::pty::ProcError []

pub enum ProcError {
    ListAllPidLen,
    ListAllPidLenUnvalid,
}

The enum ProcError defines the possible errors from constructor Proc.

Variants

Can't count the number of process.

There isn't a valid number of process.

Trait Implementations

impl Debug for ProcError

Formats the value using the given formatter.

impl Display for ProcError

The function fmt formats the value using the given formatter.

impl Error for ProcError

The function description returns a short description of the error.

The function cause returns the lower-level cause of this error if any.