ditto-lib / live.ditto / DittoKitError / StoreErrorReason / failedToDecodeValue

failedToDecodeValue

data class failedToDecodeValue : DittoKitError.StoreErrorReason

The value could not be decoded.

Constructors

<init>

failedToDecodeValue(error: Throwable)

The value could not be decoded.

Properties

error

val error: Throwable