Error

data class Error(val exception: PasskeyException) : PasskeyResult<Nothing>

Operation failed with an error.

Constructors

Link copied to clipboard
constructor(exception: PasskeyException)

Properties

Link copied to clipboard

The exception that caused the failure