Enum nessus::Error [] [src]

pub enum Error {
    Http(Error),
    Status(Response),
    Parser(Error),
    Url(ParseError),
    WaitTimeout,
}

A set of errors that can occur

Variants

Trait Implementations

impl Debug for Error
[src]

[src]

Formats the value using the given formatter.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<Error> for Error
[src]

[src]

Performs the conversion.

impl From<ParseError> for Error
[src]

[src]

Performs the conversion.