CoreCryptoException

The primary error type returned across the CoreCrypto FFI boundary.

Inheritors

Types

Link copied to clipboard
class E2ei(val e2eiError: String) : CoreCryptoException

An error from the end-to-end identity layer.

Link copied to clipboard
object ErrorHandler : UniffiRustCallStatusErrorHandler<CoreCryptoException>
Link copied to clipboard
class Mls(val mlsError: MlsException) : CoreCryptoException

An error from the MLS layer.

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

An unclassified error.

Link copied to clipboard

An error from the Proteus layer.

Link copied to clipboard

A transaction was rolled back due to an unexpected callback error.