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
/
InvalidSealedPayload
Invalid
Sealed
Payload
class
InvalidSealedPayload
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
KeySettlementError
The plaintext decrypted from the ChaChaBox is structurally invalid (not JSON, missing fields, etc.).
Members
Constructors
Invalid
Sealed
Payload
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
?