IoErrorReason

sealed class IoErrorReason

The possible underlying reasons an IoError occurs.

Since

4.8.0

Inheritors

Types

Link copied to clipboard

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

Link copied to clipboard
data class IoNotFound(val message: String) : DittoError.IoErrorReason

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

Link copied to clipboard

An I/O operation failed.

Link copied to clipboard

An I/O operation failed because the necessary privileges to complete it were not present.