data class AuthError : KakaoSdkError, Parcelable
로그인 에러
<init> |
로그인 에러 AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse) |
reason |
val reason: AuthErrorCause |
response |
val response: AuthErrorResponse |
statusCode |
val statusCode: Int |