Failure

data class Failure(val docType: String, val error: RetrieveCredentialError) : RetrieveCredentialResult

The retrieval failed.

Constructors

Link copied to clipboard
constructor(docType: String, error: RetrieveCredentialError)

Properties

Link copied to clipboard
open override val docType: String

Document type.

Link copied to clipboard

Error that occurred during the retrieval process.