OneTimeKeyRemoteServerError

data class OneTimeKeyRemoteServerError(val keyAlgorithm: KeyAlgorithm, val server: String) : IllegalStateException, OlmEncryptionService.EncryptOlmError

Constructors

Link copied to clipboard
constructor(keyAlgorithm: KeyAlgorithm, server: String)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
val keyAlgorithm: KeyAlgorithm
Link copied to clipboard
open val message: String?
Link copied to clipboard