Constructors

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

Properties

cause
Link copied to clipboard
open val cause: Throwable?
open val cause: Throwable?
open val cause: Throwable?
Link copied to clipboard

Platform Firebase Auth error code, when the underlying SDK provides one.

message
Link copied to clipboard
open val message: String?
open val message: String?
open val message: String?

Functions

Link copied to clipboard
open override fun toString(): String