CoreCryptoException

Types

Link copied to clipboard
class E2ei(val e2eiError: String) : CoreCryptoException
Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<CoreCryptoException>
Link copied to clipboard
class Mls(val mlsError: MlsException) : CoreCryptoException
Link copied to clipboard
class Other(val msg: String) : CoreCryptoException
Link copied to clipboard
Link copied to clipboard

Properties

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