-
- All Implemented Interfaces:
-
ai.origon.sdk.SessionsLoadUpdate
public final class SessionsLoadUpdate.RefreshFailed implements SessionsLoadUpdate
-
-
Field Summary
Fields Modifier and Type Field Description private final SessionExceptionerrorprivate final BooleancachedSnapshotEmitted
-
Constructor Summary
Constructors Constructor Description SessionsLoadUpdate.RefreshFailed(SessionException error, Boolean cachedSnapshotEmitted)
-
Method Summary
Modifier and Type Method Description final SessionExceptiongetError()final BooleangetCachedSnapshotEmitted()-
-
Constructor Detail
-
SessionsLoadUpdate.RefreshFailed
SessionsLoadUpdate.RefreshFailed(SessionException error, Boolean cachedSnapshotEmitted)
-
-
Method Detail
-
getError
final SessionException getError()
-
getCachedSnapshotEmitted
final Boolean getCachedSnapshotEmitted()
-
-
-
-