forked from jmug/stoatchat
refactor(core/result): add NotAuthenticated error which is distinct from InvalidCredentials
This commit is contained in:
@@ -147,6 +147,7 @@ pub enum ErrorType {
|
||||
InvalidCredentials,
|
||||
InvalidProperty,
|
||||
InvalidSession,
|
||||
NotAuthenticated,
|
||||
DuplicateNonce,
|
||||
NotFound,
|
||||
NoEffect,
|
||||
|
||||
Reference in New Issue
Block a user