ReadFailed

data class ReadFailed(val cause: Throwable) : MTOfflineStorageError

Failed to read from the file system.

Constructors

constructor(cause: Throwable)

Properties

open override val cause: Throwable
open override val message: String?