Failure

data class Failure(val sessionId: String, val challenge: String? = null, val error: OnlinePresentationResultError) : OnlinePresentationSessionResult

The session failed with an error.

Constructors

Link copied to clipboard
constructor(sessionId: String, challenge: String? = null, error: OnlinePresentationResultError)

Properties

Link copied to clipboard
open override val challenge: String?

The unique challenge of the session, if any.

Link copied to clipboard

The error that occurred during the session.

Link copied to clipboard
open override val sessionId: String

The unique identifier of the session.