dittosynckit / live.ditto / DittoSyncKitError / StoreErrorReason / failedToDecodeDocument

failedToDecodeDocument

data class failedToDecodeDocument : StoreErrorReason

The document could not be decoded.

Constructors

<init>

The document could not be decoded.

failedToDecodeDocument(error: Throwable)

Properties

error

val error: Throwable