sealed class KakaoSdkError : RuntimeException
Author
kevin.kang. Created on 2019-06-04..
msg |
open val msg: String |
ApiError |
data class ApiError : KakaoSdkError, Parcelable |
ClientError |
class ClientError : KakaoSdkError, Parcelable |
OAuthError |
data class OAuthError : KakaoSdkError, Parcelable |