CONNECT_SESSION_MIGRATION error class
Generic Session Migration error (userId: <userId>
, sessionId: <sessionId>
, serverSessionId: <serverSessionId>
).
RESTORATION_ERROR_CANNOT_RESTORE_SESSION
Cannot restore the session because an error encountered while replaying the session state (lastSeenVersion: <lastSeenVersion>
).
RESTORATION_ERROR_INVALID_SNAPSHOT
Cannot restore the session because its snapshot is in invalid format (lastSeenVersion: <lastSeenVersion>
).
RESTORATION_ERROR_MIGRATION_DISABLED
Cannot restore the session because Session migration is disabled (lastSeenVersion: <lastSeenVersion>
).
RESTORATION_ERROR_OUTDATED_SNAPSHOT
Cannot restore the session because the snapshot is outdated (lastSeenVersion: <lastSeenVersion>
, snapshotVersion: <snapshotVersion>
).
RESTORATION_ERROR_PERMISSION_DENIED
Cannot restore the session because the user does not have permission to access the session state (lastSeenVersion: <lastSeenVersion>
).
RESTORATION_ERROR_SESSION_ALREADY_EXISTS
Cannot restore the session because it would duplicate the state of an existing session (lastSeenVersion: <lastSeenVersion>
).
RESTORATION_ERROR_SNAPSHOT_NOT_FOUND
Cannot restore the session because its snapshot is not found (lastSeenVersion: <lastSeenVersion>
).