refactor(core/result): add NotAuthenticated error which is distinct from InvalidCredentials

This commit is contained in:
Paul Makles
2024-09-29 12:02:10 +01:00
parent 916f47e2f5
commit 4fd66b2719
5 changed files with 5 additions and 2 deletions

View File

@@ -147,6 +147,7 @@ pub enum ErrorType {
InvalidCredentials,
InvalidProperty,
InvalidSession,
NotAuthenticated,
DuplicateNonce,
NotFound,
NoEffect,