improvement: better warnings when server is unreachable
This commit is contained in:
@@ -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,
|
||||||
|
|||||||
Reference in New Issue
Block a user