Warden-Supreme
Toggle table of contents
1.0.0-RC5
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
roboto
/
com.android.keyattestation.verifier
/
ExtensionParsingException
Extension
Parsing
Exception
@
Immutable
data
class
ExtensionParsingException
(
val
msg
:
String
,
val
reason
:
KeyAttestationReason
?
=
null
)
:
Exception
Members
Constructors
Extension
Parsing
Exception
Link copied to clipboard
constructor
(
msg
:
String
,
reason
:
KeyAttestationReason
?
=
null
)
Properties
cause
Link copied to clipboard
open
val
cause
:
Throwable
?
localized
Message
Link copied to clipboard
open
val
localizedMessage
:
String
?
message
Link copied to clipboard
open
val
message
:
String
?
msg
Link copied to clipboard
val
msg
:
String
reason
Link copied to clipboard
val
reason
:
KeyAttestationReason
?
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?