AttachmentTokenInvalid

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

The attachment token was invalid. (fetch)

Since

4.6.0

Constructors

Link copied to clipboard
fun AttachmentTokenInvalid(message: String)

Properties

Link copied to clipboard
val message: String