android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
android
android
/
com.wire.crypto
/
CoreCryptoException
Core
Crypto
Exception
sealed
class
CoreCryptoException
:
Exception
The type representing a CoreCrypto error.
Inheritors
Mls
Proteus
E2eiException
ClientException
Other
Members
Types
Client
Exception
Link copied to clipboard
class
ClientException
(
val
message
:
String
)
:
CoreCryptoException
E2ei
Exception
Link copied to clipboard
class
E2eiException
(
val
message
:
String
)
:
CoreCryptoException
Mls
Link copied to clipboard
class
Mls
(
val
exception
:
MlsException
)
:
CoreCryptoException
Other
Link copied to clipboard
class
Other
(
val
message
:
String
)
:
CoreCryptoException
Proteus
Link copied to clipboard
class
Proteus
(
val
exception
:
ProteusException
)
:
CoreCryptoException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?