mirror of
https://github.com/aljazceru/cdk.git
synced 2026-01-29 17:56:14 +01:00
init commit
This commit is contained in:
9
src/error.rs
Normal file
9
src/error.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
#[derive(Debug, thiserror::Error)]
|
||||
pub enum Error {
|
||||
/// Min req error
|
||||
#[error("minreq error: {0}")]
|
||||
MinReqError(#[from] minreq::Error),
|
||||
/// Parse Url Error
|
||||
#[error("minreq error: {0}")]
|
||||
UrlParseError(#[from] url::ParseError),
|
||||
}
|
||||
Reference in New Issue
Block a user