RepairResult

sealed interface RepairResult

Result of the repair operation for faulty removal keys.

Inheritors

Types

Link copied to clipboard
data object Error : RepairResult
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class RepairPerformed(val totalConversationsChecked: Int, val conversationsWithFaultyKeys: Int, val successfullyRepairedConversations: Int, val failedRepairs: List<String>) : RepairResult

Result of the repair operation.