FileSystemError

data class FileSystemError(val storageError: MTOfflineStorageError) : MTOfflineError

A file system error occurred while attempting to save or read offline data.

Constructors

constructor(storageError: MTOfflineStorageError)

Properties