Error

data class Error(val message: String, val exception: Exception? = null) : NativeSignInResult(source)

Error occurred

Constructors

Link copied to clipboard
constructor(message: String, exception: Exception? = null)

Properties

Link copied to clipboard
val exception: Exception? = null

The exception that caused the error

Link copied to clipboard

The error message