mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-10 03:13:37 +02:00
chore: corrected error type and clippy satisfaction
This commit is contained in:
@@ -31,8 +31,10 @@ pub enum AppError {
|
||||
Reqwest(#[from] reqwest::Error),
|
||||
#[error("Tiktoken error: {0}")]
|
||||
Tiktoken(#[from] anyhow::Error),
|
||||
#[error("Ingress Processing error: {0}")]
|
||||
#[error("Ingestion Processing error: {0}")]
|
||||
Processing(String),
|
||||
#[error("DOM smoothie error: {0}")]
|
||||
DomSmoothie(#[from] dom_smoothie::ReadabilityError),
|
||||
#[error("Internal service error: {0}")]
|
||||
InternalError(String),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user