mirror of
https://forgejo.ellis.link/continuwuation/continuwuity.git
synced 2026-05-26 20:49:55 +00:00
refactor: Fix errors in api/router/
This commit is contained in:
@@ -60,6 +60,8 @@ pub enum Error {
|
||||
Path(#[from] axum::extract::rejection::PathRejection),
|
||||
#[error("Mutex poisoned: {0}")]
|
||||
Poison(Cow<'static, str>),
|
||||
#[error(transparent)]
|
||||
Query(#[from] axum::extract::rejection::QueryRejection),
|
||||
#[error("Regex error: {0}")]
|
||||
Regex(#[from] regex::Error),
|
||||
#[error("{0}")]
|
||||
|
||||
Reference in New Issue
Block a user