FailedToFetchAttachment

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

A problem occurred fetching the attachment.

Since

4.6.0

Constructors

Link copied to clipboard
fun FailedToFetchAttachment(message: String)

Properties

Link copied to clipboard
val message: String