mirror of
https://github.com/Hopiu/lychee.git
synced 2026-05-03 11:24:45 +00:00
Update docs
This commit is contained in:
parent
326f119e38
commit
622bc6956f
1 changed files with 2 additions and 1 deletions
|
|
@ -15,7 +15,8 @@ use crate::{Uri, basic_auth::BasicAuthExtractorError, utils};
|
|||
#[derive(Error, Debug)]
|
||||
#[non_exhaustive]
|
||||
pub enum ErrorKind {
|
||||
/// Network error while handling request
|
||||
/// Network error while handling request.
|
||||
/// This does not include erroneous status codes, `RejectedStatusCode` will used in that case.
|
||||
#[error("Network error")]
|
||||
NetworkRequest(#[source] reqwest::Error),
|
||||
/// Cannot read the body of the received response
|
||||
|
|
|
|||
Loading…
Reference in a new issue