sudoidentityverification
Toggle table of contents
androidJvm
Platform filter
androidJvm
Switch theme
Search in API
sudoidentityverification
sudoidentityverification
/
com.sudoplatform.sudoidentityverification
/
SudoIdentityVerificationException
/
InvalidAgeException
Invalid
Age
Exception
class
InvalidAgeException
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
:
SudoIdentityVerificationException
An invalid age was input for verification.
Members
Constructors
Invalid
Age
Exception
Link copied to clipboard
constructor
(
message
:
String
?
=
null
,
cause
:
Throwable
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
message
Link copied to clipboard
open
val
message
:
String
?