KeyNotFound

data class KeyNotFound(val keyAlgorithm: KeyAlgorithm) : IllegalStateException, OlmEncryptionService.EncryptOlmError

Constructors

Link copied to clipboard
constructor(keyAlgorithm: KeyAlgorithm)

Properties

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