Error

data class Error(val message: String, val throwable: Throwable? = null) : AuthEvent

Emitted when an authentication error occurs.

Constructors

Link copied to clipboard
constructor(message: String, throwable: Throwable? = null)

Properties

Link copied to clipboard

A description of the error.

Link copied to clipboard

The underlying exception, if available.