kakao-android-sdk-rx / com.kakao.sdk.common.model / ApiErrorResponse

ApiErrorResponse

data class ApiErrorResponse : Parcelable

Author
kevin.kang. Created on 2018. 5. 2..

Constructors

<init>

ApiErrorResponse(code: Int, msg: String, apiType: String? = null, requiredScopes: List<String>?, allowedScopes: List<String>? = null)

Properties

allowedScopes

val allowedScopes: List<String>?

apiType

val apiType: String?

code

val code: Int

msg

val msg: String

requiredScopes

val requiredScopes: List<String>?