diff options
author | FxQnLr <[email protected]> | 2023-10-21 21:31:02 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2023-10-21 21:31:02 +0200 |
commit | e8a8b2d33eec5da6701b04181b14de755e8b8063 (patch) | |
tree | 5cd77421900fd8ec02f05d15e6fb195f28dfceb4 /src/error.rs | |
parent | 48943e0de28b99d7f108e96b7d250bbf1a6c5a5b (diff) | |
parent | bf1aeb7191bfaa75f1acf47c675bc68b9fac1cd8 (diff) | |
download | webol-e8a8b2d33eec5da6701b04181b14de755e8b8063.tar webol-e8a8b2d33eec5da6701b04181b14de755e8b8063.tar.gz webol-e8a8b2d33eec5da6701b04181b14de755e8b8063.zip |
Merge pull request #4 from FxQnLr/database-init
int db in process
Diffstat (limited to 'src/error.rs')
-rw-r--r-- | src/error.rs | 1 |
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; | |||
6 | use tracing::error; | 6 | use tracing::error; |
7 | use crate::auth::AuthError; | 7 | use crate::auth::AuthError; |
8 | 8 | ||
9 | #[derive(Debug)] | ||
9 | pub enum WebolError { | 10 | pub enum WebolError { |
10 | Auth(AuthError), | 11 | Auth(AuthError), |
11 | Generic, | 12 | Generic, |