Struct mdbook_linkcheck::errors::HttpError[][src]

pub struct HttpError {
    pub url: Url,
    pub chapter: PathBuf,
    pub line: usize,
    pub error: Error,
}

An error occurred while trying to fetch the link from the internet.

Fields

Trait Implementations

The line this error occurred on.

Which chapter it was in.

impl Debug for HttpError
[src]

Formats the value using the given formatter. Read more

impl Display for HttpError
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations

impl Send for HttpError

impl Sync for HttpError