AttachmentNotFound

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

The attachment could not be found. (fetch)

Since

4.6.0

Constructors

Link copied to clipboard
fun AttachmentNotFound(message: String)

Properties

Link copied to clipboard
val message: String