mirror of
https://git.asonix.dog/asonix/pict-rs
synced 2024-11-10 06:25:00 +00:00
Include original error in object storage sendrequest error
This commit is contained in:
parent
a3ff072350
commit
071d788349
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ pub(crate) enum ObjectError {
|
||||||
#[error("IO Error")]
|
#[error("IO Error")]
|
||||||
IO(#[from] std::io::Error),
|
IO(#[from] std::io::Error),
|
||||||
|
|
||||||
#[error("Error making request")]
|
#[error("Error making request: {0}")]
|
||||||
SendRequest(String),
|
SendRequest(String),
|
||||||
|
|
||||||
#[error("Failed to parse string")]
|
#[error("Failed to parse string")]
|
||||||
|
|
Loading…
Reference in a new issue