{% setvar book_path %}/reference/kotlin/androidx/_book.yaml{% endsetvar %} {% include "_shared/_reference-head-tags.html" %}
class SnapshotApplyResult.Failure : SnapshotApplyResult
kotlin.Any | ||
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult | |
↳ | androidx.compose.runtime.snapshots.SnapshotApplyResult.Failure |
open fun check(): Unit
Check the result of a snapshot apply. Calling check
on a Failure
result throws a SnapshotApplyConflictException
exception.