FailedToEncodeValue

data class FailedToEncodeValue(val value: Any, val message: String) : DittoError.StoreErrorReason

The provided value could not be encoded.

Constructors

Link copied to clipboard
fun FailedToEncodeValue(value: Any, message: String)

Properties

Link copied to clipboard
val message: String
Link copied to clipboard
val value: Any