EncryptionError

@Serializable
@SerialName(value = "encryption_error")
data class EncryptionError(val reason: String? = null) : RoomOutboxMessage.SendError

There was a failure in encrypting the event.

Constructors

Link copied to clipboard
constructor(reason: String? = null)

Properties

Link copied to clipboard