trixnity-client
4.22.1
    Platform filter
Search in API
    trixnity-client
trixnity-client/net.folivo.trixnity.client.store/TimelineEvent/TimelineEventContentError

TimelineEventContentError

sealed interface TimelineEventContentError

Inheritors

DecryptionTimeout
DecryptionAlgorithmNotSupported
DecryptionError
NoContent

Types

DecryptionAlgorithmNotSupported
Link copied to clipboard
data object DecryptionAlgorithmNotSupported : RuntimeException, TimelineEvent.TimelineEventContentError
DecryptionError
Link copied to clipboard
data class DecryptionError(val error: Throwable) : RuntimeException, TimelineEvent.TimelineEventContentError
DecryptionTimeout
Link copied to clipboard
data object DecryptionTimeout : RuntimeException, TimelineEvent.TimelineEventContentError
NoContent
Link copied to clipboard
data object NoContent : RuntimeException, TimelineEvent.TimelineEventContentError
© 2025 Copyright Generated by dokka