trixnity-crypto
3.2.0
common
trixnity-crypto
/
net.folivo.trixnity.crypto.olm
/
KeyException
Key
Exception
sealed
class
KeyException
:
Exception
Types
Properties
Inheritors
Types
Could
Not
Reach
Remote
Servers
Exception
Link copied to clipboard
class
CouldNotReachRemoteServersException
(
servers
:
Set
<
String
>
)
:
KeyException
Key
Not
Found
Exception
Link copied to clipboard
class
KeyNotFoundException
(
message
:
String
)
:
KeyException
Key
Verification
Failed
Exception
Link copied to clipboard
class
KeyVerificationFailedException
(
message
:
String
)
:
KeyException
One
Time
Key
Not
Found
Exception
Link copied to clipboard
data
class
OneTimeKeyNotFoundException
(
val
user
:
UserId
,
val
device
:
String
)
:
KeyException
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?
Inheritors
KeyNotFoundException
Link copied to clipboard
KeyVerificationFailedException
Link copied to clipboard
CouldNotReachRemoteServersException
Link copied to clipboard
OneTimeKeyNotFoundException
Link copied to clipboard