data class ApiErrorResponse : Parcelable
카카오 API 호출 시 에러 응답
<init> |
카카오 API 호출 시 에러 응답 ApiErrorResponse(code: Int, msg: String, apiType: String? = null, requiredScopes: List<String>?, allowedScopes: List<String>? = null) |
allowedScopes |
val allowedScopes: List<String>? |
apiType |
val apiType: String? |
code |
에러 코드 val code: Int |
msg |
자세한 에러 설명 val msg: String |
requiredScopes |
API 호출을 위해 추가로 필요한 동의 항목 val requiredScopes: List<String>? |