IoNotFound

data class IoNotFound(val message: String) : DittoError.IoErrorReason

An I/O operation failed because the specified entity (such as a file) already exists.

Since

4.8.0

Constructors

Link copied to clipboard
fun IoNotFound(message: String)

Properties

Link copied to clipboard
val message: String