FilesystemError

data class FilesystemError(val message: String) : DittoError

Deprecated

Catch IoError to handle these error cases.

Replace with

IoError

An error occurred accessing the filesystem.

Since

4.7.1

Constructors

Link copied to clipboard
constructor(message: String)

Properties

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

A formatted description of the error. Not all errors have a message. Use the null-safe getLocalizedMessage if you don't want to have to handle null values.

Functions

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

A String representation of the error suitable for display.