veraid
Toggle table of contents
1.0.0
jvm
Platform filter
jvm
Switch theme
Search in API
veraid
veraid
/
tech.relaycorp.veraid
/
SignatureException
Signature
Exception
class
SignatureException
(
message
:
String
,
cause
:
Throwable
?
=
null
)
:
VeraidException
Exception representing an invalid/malformed
SignatureBundle
.
Members
Constructors
Signature
Exception
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
?