diff options
Diffstat (limited to 'src/errors.rs')
-rw-r--r-- | src/errors.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/errors.rs b/src/errors.rs index e0a70b5..fafe0b0 100644 --- a/src/errors.rs +++ b/src/errors.rs @@ -6,6 +6,7 @@ use axum::{ use serde_json::json; /// All errors raised by the web app +#[derive(Debug)] pub enum AppError { /// Database error Database, |