CoreCrypto
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
CoreCrypto
CoreCrypto
/
com.wire.crypto
/
CoreCryptoException
Core
Crypto
Exception
sealed
class
CoreCryptoException
:
Exception
(
source
)
Inheritors
Mls
Proteus
E2ei
TransactionFailed
Other
Members
Types
E2ei
Link copied to clipboard
class
E2ei
(
val
e2eiError
:
String
)
:
CoreCryptoException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
CoreCryptoException
>
Mls
Link copied to clipboard
class
Mls
(
val
mlsError
:
MlsException
)
:
CoreCryptoException
Other
Link copied to clipboard
class
Other
(
val
msg
:
String
)
:
CoreCryptoException
Proteus
Link copied to clipboard
class
Proteus
(
val
exception
:
ProteusException
)
:
CoreCryptoException
Transaction
Failed
Link copied to clipboard
class
TransactionFailed
(
val
error
:
String
)
:
CoreCryptoException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?