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

ApiError

data class ApiError : KakaoSdkError, Parcelable

API 호출 에러

Constructors

<init>

API 호출 에러

ApiError(statusCode: Int, reason: ApiErrorCause, response: ApiErrorResponse)

Properties

reason

val reason: ApiErrorCause

response

val response: ApiErrorResponse

statusCode

val statusCode: Int

Companion Object Functions

fromScopes

fun fromScopes(scopes: List<String>): ApiError