chore: 修改项目路径结构,使用 workspace 组织包 (#118)
This commit is contained in:
9
crates/bili_sync/src/error.rs
Normal file
9
crates/bili_sync/src/error.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
use thiserror::Error;
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
#[error("Request too frequently")]
|
||||
pub struct DownloadAbortError();
|
||||
|
||||
#[derive(Error, Debug)]
|
||||
#[error("Process page error")]
|
||||
pub struct ProcessPageError();
|
||||
Reference in New Issue
Block a user