FailedToCreateAttachment

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

A problem occurred creating the attachment.

Since

4.6.0

Constructors

Link copied to clipboard
fun FailedToCreateAttachment(message: String)

Properties

Link copied to clipboard
val message: String