Failure

data class Failure(val nextUpdate: Instant?, val failedLists: Map<String, Set<String>>) : RevocationStatusListsRefreshResult

One or more status lists failed to update.

Constructors

Link copied to clipboard
constructor(nextUpdate: Instant?, failedLists: Map<String, Set<String>>)

Properties

Link copied to clipboard
val failedLists: Map<String, Set<String>>

The status lists that failed to update, keyed by trusted issuer certificate ID.

Link copied to clipboard
open override val nextUpdate: Instant?

Next update date, recommended date before which to update status lists by calling MobileCredentialVerifier.updateTrustedIssuerStatusLists.