Module mdbook_linkcheck::errors[][src]

Structs

BrokenLinks

The error which were generated while checking links.

EmptyLink

The user specified a file which doesn't exist.

FileNotFound

The user specified a file which doesn't exist.

ForbiddenPath
HttpError

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

Links

An iterator over all the links in BrokenLinks.

UnsuccessfulStatus

Received an unsuccessful status code when fetching a resource from the internet.

Traits

BrokenLink

Some arbitrary broken link which occurs at a specific line in a chapter. The Display impl should state why the link is "broken".