ResumeSessionErrors
@accounts/server › Globals › ResumeSessionErrors
Index
Enumeration members
Enumeration members
InvalidSession
• InvalidSession: = "InvalidSession"
Defined in packages/server/src/errors.ts:126
Session is not valid
InvalidToken
• InvalidToken: = "InvalidToken"
Defined in packages/server/src/errors.ts:131
Will throw if access token is missing.
SessionNotFound
• SessionNotFound: = "SessionNotFound"
Defined in packages/server/src/errors.ts:139
Will throw if session is not found.
TokenVerificationFailed
• TokenVerificationFailed: = "TokenVerificationFailed"
Defined in packages/server/src/errors.ts:135
Will throw if verification of the access token failed.
UserNotFound
• UserNotFound: = "UserNotFound"
Defined in packages/server/src/errors.ts:122
Will throw if user is not found.