AttestationValueException
class AttestationValueException(message: String?, cause: Throwable? = null, val reason: AttestationValueException.Reason, val expectedValue: Any, val actualValue: Any?) : AndroidAttestationException(source)
Indicates an attestation error during App or OS attestation
Parameters
message
the error message
cause
the underlying exception
reason
one of a set of well-defined Reasons why the attestation failed
Constructors
Link copied to clipboard
constructor(message: String?, cause: Throwable? = null, reason: AttestationValueException.Reason, expectedValue: Any, actualValue: Any?)
Types
Link copied to clipboard
Possible reasons an AttestationValueException was thrown