FirebasePhoneNumberVerificationException

class FirebasePhoneNumberVerificationException : FirebaseException


A subclass of FirebaseException that represents an exception specific to Firebase Phone Number Verification.

Summary

Public constructors

FirebasePhoneNumberVerificationException(
    errorCode: Int,
    message: String,
    cause: Throwable?
)

Public properties

Int

The error code indicating the specific failure.

Inherited properties

From kotlin.Throwable

Public constructors

FirebasePhoneNumberVerificationException

FirebasePhoneNumberVerificationException(errorCode: Int, message: String)
Parameters
errorCode: Int

The error code indicating the specific failure.

message: String

The error message.

FirebasePhoneNumberVerificationException

FirebasePhoneNumberVerificationException(
    errorCode: Int,
    message: String,
    cause: Throwable?
)
Parameters
message: String

The error message.

cause: Throwable?

The cause of the exception, or null if no cause is available.

Public properties

errorCode

val errorCodeInt

The error code indicating the specific failure.