RevocationException

Indicates an attestation error due to revocation or inability to fetch a revocation list

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: RevocationException.Reason)

Types

Link copied to clipboard

Possible reasons, a RevocationException was thrown

Properties

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

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