IoErrorReason

sealed class IoErrorReason

The possible underlying reasons an IoError occurs.

Since

4.8.0

Types

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

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
data class IoOperationFailed(val message: String) : DittoError.IoErrorReason

An I/O operation failed.

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

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

Inheritors

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard