InvalidCrdtType

data class InvalidCrdtType(val message: String) : DittoError.StoreErrorReason

An invalid CRDT type was encountered.

Constructors

Link copied to clipboard
fun InvalidCrdtType(message: String)

Create empty Invalid crdt type

Properties

Link copied to clipboard
val message: String