trixnity
5.2.0-SNAPSHOT.CI-20260302.101522
      Target filter
Search in API
Skip to content
    trixnity
trixnity-crypto/de.connect2x.trixnity.crypto.olm/OlmEncryptionService/DecryptOlmError

DecryptOlmError

sealed interface DecryptOlmError

Inheritors

OlmLibraryError
KeyNotFound
SenderDidNotEncryptForThisDeviceException
NoMatchingOlmSessionFound
TooManySessions
ValidationFailed
DeserializationError
DehydratedDeviceNotAllowed

Types

DehydratedDeviceNotAllowed
Link copied to clipboard
class DehydratedDeviceNotAllowed : OlmEncryptionService.DecryptOlmError, IllegalStateException
DeserializationError
Link copied to clipboard
data class DeserializationError(val error: SerializationException) : OlmEncryptionService.DecryptOlmError, IllegalStateException
KeyNotFound
Link copied to clipboard
data class KeyNotFound(val keyAlgorithm: KeyAlgorithm) : OlmEncryptionService.DecryptOlmError, IllegalStateException
NoMatchingOlmSessionFound
Link copied to clipboard
class NoMatchingOlmSessionFound : OlmEncryptionService.DecryptOlmError, IllegalStateException
OlmLibraryError
Link copied to clipboard
data class OlmLibraryError(val error: CryptoDriverException) : OlmEncryptionService.DecryptOlmError, IllegalStateException
SenderDidNotEncryptForThisDeviceException
Link copied to clipboard
class SenderDidNotEncryptForThisDeviceException : OlmEncryptionService.DecryptOlmError, IllegalStateException
TooManySessions
Link copied to clipboard
class TooManySessions : OlmEncryptionService.DecryptOlmError, IllegalStateException
ValidationFailed
Link copied to clipboard
data class ValidationFailed(val reason: String) : OlmEncryptionService.DecryptOlmError, IllegalStateException
Generated by Dokka
© 2026 connect2x GmbH