RepairPerformed
data class RepairPerformed(val totalConversationsChecked: Int, val conversationsWithFaultyKeys: Int, val successfullyRepairedConversations: Int, val failedRepairs: List<String>) : RepairResult
Result of the repair operation.
Constructors
Properties
Link copied to clipboard
Number of conversations that had the faulty key.
Link copied to clipboard
List of conversation IDs where repair failed.
Link copied to clipboard
Number of conversations that were successfully repaired.
Link copied to clipboard
Total number of conversations checked in the domain.