Io Error Reason
Types
Link copied to clipboard
data class IoAlreadyExists(val message: String) : DittoError.IoErrorReason
Content copied to clipboard
An I/O operation failed because the specified entity (such as a file) already exists.
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 IoOperationFailed(val message: String) : DittoError.IoErrorReason
Content copied to clipboard
An I/O operation failed.
Link copied to clipboard
data class IoPermissionDenied(val message: String) : DittoError.IoErrorReason
Content copied to clipboard
An I/O operation failed because the necessary privileges to complete it were not present.