CompensatingWriteException

class CompensatingWriteException : SyncException

Thrown when the server undoes one or more client writes. Details on undone writes can be found in writes.

Types

CompensatingWriteInfo
Link copied to clipboard
inner class CompensatingWriteInfo(reason: String, objectType: String, primaryKey: <ERROR CLASS>?)

Class that describes the details for a reversed write.

Properties

writes
Link copied to clipboard

List of all the objects created that has been reversed as part of triggering this exception.