Warden-Supreme
Toggle table of contents
1.0.0-RC2
jvm
Target filter
jvm
Switch theme
Search in API
Skip to content
Warden-Supreme
makoto
/
at.asitplus.attestation
/
IosAttestationException
Ios
Attestation
Exception
class
IosAttestationException
(
msg
:
String
?
=
null
,
cause
:
Throwable
?
=
null
,
val
reason
:
IosAttestationException.Reason
)
:
Throwable
(
source
)
Members
Constructors
Ios
Attestation
Exception
Link copied to clipboard
constructor
(
msg
:
String
?
=
null
,
cause
:
Throwable
?
=
null
,
reason
:
IosAttestationException.Reason
)
Types
Reason
Link copied to clipboard
enum
Reason
:
Enum
<
IosAttestationException.Reason
>
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
?
reason
Link copied to clipboard
val
reason
:
IosAttestationException.Reason
stack
Trace
Link copied to clipboard
open
var
stackTrace
:
Array
<
out
StackTraceElement
?
>
?
suppressed
Link copied to clipboard
val
suppressed
:
Array
<
out
Throwable
?
>
?
Functions
equals
Link copied to clipboard
open
operator override
fun
equals
(
other
:
Any
?
)
:
Boolean
hash
Code
Link copied to clipboard
open
override
fun
hashCode
(
)
:
Int