mirror of
https://gitlab.com/famedly/conduit.git
synced 2024-11-16 18:28:22 -07:00
improvement: better warnings when server is unreachable
This commit is contained in:
parent
c1bc70aeca
commit
fb9bd34696
@ -34,7 +34,7 @@ pub enum Error {
|
||||
#[from]
|
||||
source: image::error::ImageError,
|
||||
},
|
||||
#[error("Could not connect to server.")]
|
||||
#[error("Could not connect to server: {source}")]
|
||||
ReqwestError {
|
||||
#[from]
|
||||
source: reqwest::Error,
|
||||
|
Loading…
Reference in New Issue
Block a user