BackendError

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

An error occurred with the storage backend (LMDB).

Constructors

Link copied to clipboard
fun BackendError(message: String)

Properties

Link copied to clipboard
val message: String