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

documentNotFound

data class documentNotFound : DittoKitError.StoreErrorReason

The document could not be found.

Constructors

<init>

documentNotFound(id: String)

The document could not be found.

Properties

id

val id: String