SnapshotApplyResult.Failure


Summary

Public constructors

Failure(snapshot: Snapshot)
Cmn

Public functions

open Unit

Check the result of a snapshot apply.

Cmn

Public properties

Snapshot
Cmn
open Boolean

True if the result is Success.

Cmn

Public constructors

Failure

Failure(snapshot: Snapshot)

Public functions

check

open fun check(): Unit

Check the result of a snapshot apply. Calling check on a Failure result throws a SnapshotApplyConflictException exception.

Public properties

snapshot

val snapshotSnapshot

succeeded

open val succeededBoolean

True if the result is Success.