kakao-partner-android-sdk-rx / com.kakao.sdk.partner.auth.model / AgeAuthError

AgeAuthError

data class AgeAuthError : RuntimeException, Parcelable

AuthApiClient.verifyAge 호출 시 에러

Constructors

<init>

AuthApiClient.verifyAge 호출 시 에러

AgeAuthError(reason: AgeAuthErrorCause, msg: String)

Properties

msg

연령인증 에러 description

val msg: String

reason

연령인증 에러 reason

val reason: AgeAuthErrorCause