We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 748106a commit c5479b8Copy full SHA for c5479b8
src/error.rs
@@ -6,4 +6,6 @@ pub enum Error {
6
Io(#[from] std::io::Error),
7
#[error("Serde: {0}")]
8
Serde(#[from] serde_json::Error),
9
+ #[error("Reqwest: {0}")]
10
+ Reqwest(#[from] reqwest::Error),
11
}
0 commit comments