Have server notify the client about db connection errors

This commit is contained in:
2024-08-19 16:46:12 +02:00
parent 8fdfe457ac
commit 48240489a7
3 changed files with 77 additions and 27 deletions

View File

@@ -73,7 +73,6 @@ pub enum Response {
UnlockUsers(UnlockUsersOutput),
// Generic responses
OperationAborted,
Ready,
Error(String),
Exit,
}