CoreCryptoException

The type representing a CoreCrypto error.

Inheritors

Types

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

Properties

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