mirror of
https://gitlab.com/famedly/conduit.git
synced 2025-01-27 19:25:57 +03:00
improvement: better warnings when server is unreachable
This commit is contained in:
parent
c1bc70aeca
commit
fb9bd34696
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ pub enum Error {
|
||||||
#[from]
|
#[from]
|
||||||
source: image::error::ImageError,
|
source: image::error::ImageError,
|
||||||
},
|
},
|
||||||
#[error("Could not connect to server.")]
|
#[error("Could not connect to server: {source}")]
|
||||||
ReqwestError {
|
ReqwestError {
|
||||||
#[from]
|
#[from]
|
||||||
source: reqwest::Error,
|
source: reqwest::Error,
|
||||||
|
|
Loading…
Reference in a new issue