StorageException

Storage-related errors (8xxx range).

Inheritors

Types

Link copied to clipboard
object Companion
Link copied to clipboard
class ReadFailed(message: String, cause: Throwable? = null) : StorageException

Storage read operation failed error.

Link copied to clipboard
class WriteFailed(message: String, cause: Throwable? = null) : StorageException

Storage write operation failed error.

Properties

Link copied to clipboard
open override val cause: Throwable?
Link copied to clipboard
Link copied to clipboard
open override val message: String

Functions

Link copied to clipboard
open override fun toString(): String