# ActivationTokenException
sealed class ActivationTokenException : Exception
A class hierarchy that describes verification confirmation issues.
# Inheritors
EmptyUserId |
EmptyVerificationCode |
UnsuccessfulVerification |
GetActivationTokenFail |
# Types
Name | Summary |
---|---|
EmptyUserId | object EmptyUserId : ActivationTokenException Empty user ID in the App Link. |
EmptyVerificationCode | object EmptyVerificationCode : ActivationTokenException Empty verification code in the App Link. |
GetActivationTokenFail | class GetActivationTokenFail(cause: Throwable? = null) : ActivationTokenException The request for fetching the activation token failed. |
UnsuccessfulVerification | class UnsuccessfulVerification(val activationTokenErrorResponse: ActivationTokenErrorResponse? = null) : ActivationTokenException Invalid or expired verification code. There may be ActivationTokenErrorResponse in the error. |
# Properties
Name | Summary |
---|---|
cause | open val cause: Throwable? |
message | open val message: String? |
# Functions
Name | Summary |
---|---|
addSuppressed | fun addSuppressed(p0: Throwable) |
fillInStackTrace | open fun fillInStackTrace(): Throwable |
getLocalizedMessage | open fun getLocalizedMessage(): String |
getStackTrace | open fun getStackTrace(): Array<StackTraceElement> |
getSuppressed | fun getSuppressed(): Array<Throwable> |
initCause | open fun initCause(p0: Throwable): Throwable |
printStackTrace | open fun printStackTrace() open fun printStackTrace(p0: PrintStream) open fun printStackTrace(p0: PrintWriter) |
setStackTrace | open fun setStackTrace(p0: Array<StackTraceElement>) |