CompensatingWriteException
Thrown when the server undoes one or more client writes. Details on undone writes can be found in writes.
Types
Link copied to clipboard
inner class CompensatingWriteInfo(val reason: String, val objectType: String, val primaryKey: RealmAny?)
Class that describes the details for a reversed write.
Properties
Link copied to clipboard
Flag to indicate that something has gone wrong with Device Sync in a way that is not recoverable and SyncSession will be SyncSession.State.INACTIVE until this error is resolved.
Link copied to clipboard
List of all the objects created that has been reversed as part of triggering this exception.