UnexpectedError

data class UnexpectedError(val message: String) : LoginError

Something went wrong.

Constructors

Link copied to clipboard
constructor(message: String)

Properties

Link copied to clipboard