CoreCrypto
Toggle table of contents
jvm
Platform filter
jvm
Switch theme
Search in API
CoreCrypto
CoreCrypto
/
com.wire.crypto
/
ProteusException
Proteus
Exception
sealed
class
ProteusException
:
Exception
(
source
)
Proteus produces these kinds of error
Inheritors
SessionNotFound
DuplicateMessage
RemoteIdentityChanged
Other
Members
Types
Duplicate
Message
Link copied to clipboard
class
DuplicateMessage
:
ProteusException
Error
Handler
Link copied to clipboard
object
ErrorHandler
:
UniffiRustCallStatusErrorHandler
<
ProteusException
>
Other
Link copied to clipboard
class
Other
(
val
errorCode
:
UShort
)
:
ProteusException
Remote
Identity
Changed
Link copied to clipboard
class
RemoteIdentityChanged
:
ProteusException
Session
Not
Found
Link copied to clipboard
class
SessionNotFound
:
ProteusException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?