Powership / Modules / Accounts System. / ResumeSessionErrors
Accounts System..ResumeSessionErrors
• InvalidSession = "InvalidSession"
Session is not valid
packages/accounts/src/utils/AccountError.ts:155
• InvalidToken = "InvalidToken"
Will throw if access token is missing.
packages/accounts/src/utils/AccountError.ts:160
• SessionNotFound = "SessionNotFound"
Will throw if session is not found.
packages/accounts/src/utils/AccountError.ts:168
• TokenVerificationFailed = "TokenVerificationFailed"
Will throw if verification of the access token failed.
packages/accounts/src/utils/AccountError.ts:164
• UserNotFound = "UserNotFound"
Will throw if user is not found.