forked from jmug/stoatchat
Database: Add user settings sync entity.
Run cargo fmt.
This commit is contained in:
@@ -29,13 +29,17 @@ pub enum Error {
|
||||
CannotEditMessage,
|
||||
EmptyMessage,
|
||||
CannotRemoveYourself,
|
||||
GroupTooLarge { max: usize },
|
||||
GroupTooLarge {
|
||||
max: usize,
|
||||
},
|
||||
AlreadyInGroup,
|
||||
NotInGroup,
|
||||
|
||||
// ? General errors.
|
||||
TooManyIds,
|
||||
FailedValidation { error: ValidationErrors },
|
||||
FailedValidation {
|
||||
error: ValidationErrors,
|
||||
},
|
||||
DatabaseError {
|
||||
operation: &'static str,
|
||||
with: &'static str,
|
||||
|
||||
Reference in New Issue
Block a user