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