FailedToDecodeCounter

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

A Counter couldn't be created from the decoded Map.

Constructors

Link copied to clipboard
fun FailedToDecodeCounter(message: String)

Properties

Link copied to clipboard
val message: String