mirror of
https://github.com/amtoaer/bili-sync.git
synced 2026-06-26 18:02:34 +08:00
6 lines
165 B
Rust
6 lines
165 B
Rust
use thiserror::Error;
|
|
|
|
#[derive(Error, Debug)]
|
|
#[error("Bilibili api request too frequently, abort all tasks and try again later")]
|
|
pub struct DownloadAbortError();
|