AuthErrorResponse

data class AuthErrorResponse(error: String, errorDescription: String?) : Parcelable

카카오 OAuth API 호출 시 에러 응답

Constructors

Link copied to clipboard
fun AuthErrorResponse(error: String, errorDescription: String?)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val error: String

invalid_grant 등 어떤 에러인지 나타내주는 스트링 값

Link copied to clipboard
val errorDescription: String?

자세한 에러 설명