Failure

data class Failure(val exception: Exception) : DeviceFlowStatus

An unrecoverable error occurred during the device flow.

Constructors

Link copied to clipboard
constructor(exception: Exception)

Properties

Link copied to clipboard

The exception that caused the failure.