Types

Link copied to clipboard

BufferedCommit

Link copied to clipboard

BufferedFutureMessage

Link copied to clipboard

ConversationAlreadyExists

Link copied to clipboard

DuplicateMessage

Link copied to clipboard

MessageEpochTooOld

Link copied to clipboard

Message rejected by the delivery service

Link copied to clipboard

This happens when the DS cannot flag KeyPackages as claimed or not. In this scenario, a client requests their old KeyPackages to be deleted but one has already been claimed by another client to create a Welcome. In that case the only solution is that the client receiving such a Welcome tries to join the group with an External Commit instead

Link copied to clipboard
class Other(val message: String) : MlsException
Link copied to clipboard

SelfCommitIgnored

Link copied to clipboard

StaleCommit

Link copied to clipboard

StaleProposal

Link copied to clipboard

UnmergedPendingGroup

Link copied to clipboard

WrongEpoch

Properties

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