Types

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
class ConversationAlreadyExists(val conversationId: ByteArray) : MlsException

The byte vector included in this error variant is the raw conversation id.

Link copied to clipboard
Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<MlsException>
Link copied to clipboard
Link copied to clipboard
class MessageRejected(val reason: String) : MlsException
Link copied to clipboard

A Welcome message references a KeyPackage that has already been deleted locally.

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