FailedToCopyAttachment

data class FailedToCopyAttachment(val error: IOException) : DittoError.StoreErrorReason

The attachment copy failed.

Constructors

Link copied to clipboard
fun FailedToCopyAttachment(error: IOException)

Properties

Link copied to clipboard
val error: IOException