Skip to content

Latest commit

 

History

History
75 lines (40 loc) · 2.08 KB

Accounts_System_.ResumeSessionErrors.md

File metadata and controls

75 lines (40 loc) · 2.08 KB

Powership / Modules / Accounts System. / ResumeSessionErrors

Enumeration: ResumeSessionErrors

Accounts System..ResumeSessionErrors

Table of contents

Enumeration Members

Enumeration Members

InvalidSession

InvalidSession = "InvalidSession"

Session is not valid

Defined in

packages/accounts/src/utils/AccountError.ts:155


InvalidToken

InvalidToken = "InvalidToken"

Will throw if access token is missing.

Defined in

packages/accounts/src/utils/AccountError.ts:160


SessionNotFound

SessionNotFound = "SessionNotFound"

Will throw if session is not found.

Defined in

packages/accounts/src/utils/AccountError.ts:168


TokenVerificationFailed

TokenVerificationFailed = "TokenVerificationFailed"

Will throw if verification of the access token failed.

Defined in

packages/accounts/src/utils/AccountError.ts:164


UserNotFound

UserNotFound = "UserNotFound"

Will throw if user is not found.

Defined in

packages/accounts/src/utils/AccountError.ts:151