AttachmentFileNotFound

data class AttachmentFileNotFound(val message: String) : DittoError.StoreErrorReason

The given attachment file could not be found. (creation)

Since

4.6.0

Constructors

Link copied to clipboard
fun AttachmentFileNotFound(message: String)

Properties

Link copied to clipboard
val message: String