kalium
common
cryptography
/
com.wire.kalium.cryptography.exceptions
Package-level
declarations
Types
Types
Cryptography
Exception
Link copied to clipboard
class
CryptographyException
(
val
message
:
String
,
val
rootCause
:
Throwable
?
=
null
)
Proteus
Exception
Link copied to clipboard
class
ProteusException
(
message
:
String
?
,
val
code
:
ProteusException.Code
,
val
intCode
:
Int
?
,
cause
:
Throwable
?
=
null
)