kakao-partner-android-sdk-rx / com.kakao.sdk.common.model / ClientError

ClientError

data class ClientError : KakaoSdkError, Parcelable

SDK 내에서 발생하는 클라이언트 에러

Constructors

<init>

SDK 내에서 발생하는 클라이언트 에러

ClientError(reason: ClientErrorCause, msg: String = "Client-side error")

Properties

msg

val msg: String

reason

val reason: ClientErrorCause