AndroidAttestationException

abstract class AndroidAttestationException(message: String?, cause: Throwable?) : Throwable

Base class for all well-defined Android attestation exceptions. If this one is thrown, a well-defined error arose.

Inheritors

Constructors

Link copied to clipboard
constructor(message: String?, cause: Throwable?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?

Functions

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard