routex-client
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
routex-client
settlement
/
tech.yaxi.routex.settlement
/
KeySettlementError
/
ChachaBoxDecryptFailed
Chacha
Box
Decrypt
Failed
class
ChachaBoxDecryptFailed
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
KeySettlementError
Decrypting the sealed ChaChaBox with the client's secret key failed.
Members
Constructors
Chacha
Box
Decrypt
Failed
Link copied to clipboard
constructor
(
message
:
String
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?