RollPass JSErrorCode

Enumeration: ErrorCode

Index

Enumeration members

Enumeration members

NO_STORED_SESSION

NO_STORED_SESSION: = "NO_STORED_SESSION"

Defined in src/public/controllers/WebController.ts:17

No session was found locally. This could mean that you haven't authenticated the user yet. You should call getAuthenticationState once at application load to get a local session before calling session dependent methods.


UNINITIALIZED_CLIENT

UNINITIALIZED_CLIENT: = "UNINITIALIZED_CLIENT"

Defined in src/public/controllers/WebController.ts:12