RegistrationError

class RegistrationError(val error: Throwable) : RegistrationResult

Constructors

Link copied to clipboard
fun RegistrationError(error: Throwable)

Properties

Link copied to clipboard
val error: Throwable