Too Vague: Reqwest Error error sending request for url (some url) #2342
-
Hi, Why would reqwest generate such a vague error as this? Is there any way to encourage the library to share more details without verbose logging?
What could have possibly gone wrong? Should I just add a retry for any Also, I am using #[error(transparent)]
ReqwestError(#[from] reqwest::Error), I see there's all these |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
Often the reason for the error can be found in the |
Beta Was this translation helpful? Give feedback.
thiserror
is fine. A basic reporter could do something like this (might have a syntax error):