MTOfflineStorageError

Errors that can occur during offline storage operations.

Inheritors

Types

data class ReadFailed(val cause: Throwable) : MTOfflineStorageError

Failed to read from the file system.

Failed to write to the file system.

Properties

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