Source set: Common
public class Failure(public val snapshot: Snapshot) : SnapshotApplyResult()
Properties
succeeded
Source set: Common
override val succeeded: Boolean
Functions
check
Source set: Common
override fun check()
Check the result of a snapshot apply. Calling check on a Failure result throws a SnapshotApplyConflictException exception.