data class OAuthError : KakaoSdkError, Parcelable
<init> |
OAuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse) |
reason |
val reason: AuthErrorCause |
response |
val response: AuthErrorResponse |
statusCode |
val statusCode: Int |