CompensatingWriteInfo

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

Class that describes the details for a reversed write.

Constructors

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

Properties

objectType
Link copied to clipboard
val objectType: String

Name of the object class for which a write has been reversed.

primaryKey
Link copied to clipboard
val primaryKey: <ERROR CLASS>?

Primary key value for the object for which a write has been reversed.

reason
Link copied to clipboard
val reason: String

Reason for the compensating write.