kakao-partner-android-sdk-rx / com.kakao.sdk.common.model / AuthError

AuthError

data class AuthError : KakaoSdkError, Parcelable

로그인 에러

Constructors

<init>

로그인 에러

AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse)

Properties

reason

val reason: AuthErrorCause

response

val response: AuthErrorResponse

statusCode

val statusCode: Int