AuthError

data class AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse) : KakaoSdkError, Parcelable

로그인 에러

Constructors

Link copied to clipboard
fun AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse)

Functions

Link copied to clipboard
fun addSuppressed(p0: Throwable)
Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open fun fillInStackTrace(): Throwable
Link copied to clipboard
open fun getLocalizedMessage(): String
Link copied to clipboard
open fun getStackTrace(): Array<StackTraceElement>
Link copied to clipboard
fun getSuppressed(): Array<Throwable>
Link copied to clipboard
open fun initCause(p0: Throwable): Throwable
Link copied to clipboard
fun isInvalidTokenError(): Boolean

유효하지 않은 토큰 에러인지 체크

Link copied to clipboard
open fun printStackTrace()
open fun printStackTrace(p0: PrintStream)
open fun printStackTrace(p0: PrintWriter)
Link copied to clipboard
open fun setStackTrace(p0: Array<StackTraceElement>)
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?
Link copied to clipboard
open val msg: String
Link copied to clipboard
val reason: AuthErrorCause
Link copied to clipboard
val response: AuthErrorResponse
Link copied to clipboard
val statusCode: Int