Skip to content

Commit c5479b8

Browse files
error: Add reqwest errors
1 parent 748106a commit c5479b8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/error.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,6 @@ pub enum Error {
66
Io(#[from] std::io::Error),
77
#[error("Serde: {0}")]
88
Serde(#[from] serde_json::Error),
9+
#[error("Reqwest: {0}")]
10+
Reqwest(#[from] reqwest::Error),
911
}

0 commit comments

Comments
 (0)