AuthPromptErrorException

class AuthPromptErrorException : Exception


Thrown when an unrecoverable error has been encountered and authentication has stopped.

Summary

Public constructors

AuthPromptErrorException(errorCode: Int, errorMessage: CharSequence)

Public properties

Int

An integer ID associated with the error.

CharSequence

A human-readable string that describes the error.

Inherited properties

From kotlin.Throwable

Public constructors

AuthPromptErrorException

Added in 1.2.0-alpha06
AuthPromptErrorException(errorCode: Int, errorMessage: CharSequence)
Parameters
errorCode: Int

An integer ID associated with the error.

errorMessage: CharSequence

A human-readable string that describes the error.

Public properties

errorCode

Added in 1.2.0-alpha06
val errorCodeInt

An integer ID associated with the error.

errorMessage

Added in 1.2.0-alpha06
val errorMessageCharSequence

A human-readable string that describes the error.