android
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
android
android
/
com.wire.crypto
/
ProteusException
Proteus
Exception
sealed
class
ProteusException
:
Exception
The type representing a Proteus error
Inheritors
SessionNotFound
DuplicateMessage
RemoteIdentityChanged
Other
Members
Types
Duplicate
Message
Link copied to clipboard
class
DuplicateMessage
:
ProteusException
DuplicateMessage
Other
Link copied to clipboard
class
Other
(
val
errorCode
:
UShort
)
:
ProteusException
Remote
Identity
Changed
Link copied to clipboard
class
RemoteIdentityChanged
:
ProteusException
RemoteIdentityChanged
Session
Not
Found
Link copied to clipboard
class
SessionNotFound
:
ProteusException
SessionNotFound
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int