WrongStore

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

A replication subscription was attempted to be removed the a different DittoStore than the one it was registered in.

Since

4.5.0

Constructors

Link copied to clipboard
fun WrongStore(message: String)

Properties

Link copied to clipboard
val message: String