FailedToCopyAttachment

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

The attachment copy failed.

Constructors

FailedToCopyAttachment
Link copied to clipboard
fun FailedToCopyAttachment(error: IOException)

Properties

error
Link copied to clipboard
val error: IOException