ditto-lib / live.ditto / DittoKitError / storeError

storeError

data class storeError : DittoKitError

Constructors

<init>

storeError(reason: DittoKitError.StoreErrorReason)

Properties

reason

val reason: DittoKitError.StoreErrorReason

Inherited Properties

message

open val message: String?

Inherited Functions

getLocalizedMessage

open fun getLocalizedMessage(): String