data class AgeAuthError : RuntimeException, Parcelable
AuthApiClient.verifyAge 호출 시 에러
<init> |
AuthApiClient.verifyAge 호출 시 에러 AgeAuthError(reason: AgeAuthErrorCause, msg: String) |
msg |
연령인증 에러 description val msg: String |
reason |
연령인증 에러 reason val reason: AgeAuthErrorCause |