SnapshotApplyConflictException
Kotlin
|Java
class SnapshotApplyConflictException : Exception
androidx.compose.runtime.snapshots.SnapshotApplyConflictException |
An exception that is thrown when SnapshotApplyResult.check is called on a result of a MutableSnapshot.apply that fails to apply.
Summary
Public constructors | |
---|---|
An exception that is thrown when SnapshotApplyResult.check is called on a result of a MutableSnapshot.apply that fails to apply. |
Properties | |
---|---|
Snapshot |
Public constructors
<init>
SnapshotApplyConflictException(snapshot: Snapshot)
An exception that is thrown when SnapshotApplyResult.check is called on a result of a MutableSnapshot.apply that fails to apply.
Properties
snapshot
val snapshot: Snapshot