summaryrefslogtreecommitdiff
path: root/src/error.rs
diff options
context:
space:
mode:
authorfx <[email protected]>2023-10-21 20:46:31 +0200
committerfx <[email protected]>2023-10-21 20:46:31 +0200
commitf5928b90748b0bb4c0c498ccc77ebde4eaec8841 (patch)
treee17f41b5722b1e6d36b4ae55332eb89fdf57b4f0 /src/error.rs
parent48943e0de28b99d7f108e96b7d250bbf1a6c5a5b (diff)
downloadwebol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.tar
webol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.tar.gz
webol-f5928b90748b0bb4c0c498ccc77ebde4eaec8841.zip
add init function for db tables
Diffstat (limited to 'src/error.rs')
-rw-r--r--src/error.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/error.rs b/src/error.rs
index afed111..db2fc86 100644
--- a/src/error.rs
+++ b/src/error.rs
@@ -6,6 +6,7 @@ use serde_json::json;
6use tracing::error; 6use tracing::error;
7use crate::auth::AuthError; 7use crate::auth::AuthError;
8 8
9#[derive(Debug)]
9pub enum WebolError { 10pub enum WebolError {
10 Auth(AuthError), 11 Auth(AuthError),
11 Generic, 12 Generic,