mirror of
https://git.asonix.dog/asonix/relay.git
synced 2024-11-21 17:11:05 +00:00
Be more accurate for reqwest errors
This commit is contained in:
parent
7e39acdcb0
commit
ed399f1531
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ pub(crate) enum ErrorKind {
|
||||||
#[error("Couldn't make request")]
|
#[error("Couldn't make request")]
|
||||||
Reqwest(#[from] reqwest::Error),
|
Reqwest(#[from] reqwest::Error),
|
||||||
|
|
||||||
#[error("Couldn't build client")]
|
#[error("Couldn't make request")]
|
||||||
ReqwestMiddleware(#[from] reqwest_middleware::Error),
|
ReqwestMiddleware(#[from] reqwest_middleware::Error),
|
||||||
|
|
||||||
#[error("Couldn't parse IRI, {0}")]
|
#[error("Couldn't parse IRI, {0}")]
|
||||||
|
|
Loading…
Reference in a new issue