Failed

data class Failed(val error: Error) : Attachment.UploadState

State indicating that the attachment upload failed.

Constructors

Link copied to clipboard
constructor(error: Error)

Properties

Link copied to clipboard
val error: Error