Package com.kakao.sdk.common.model

공통 모델 패키지
Package for common models

Types

Link copied to clipboard
data class ApiError(statusCode: Int, reason: ApiErrorCause, response: ApiErrorResponse) : KakaoSdkError, Parcelable

API 에러
API errors

Link copied to clipboard
enum ApiErrorCause : Enum<ApiErrorCause>

ApiError 에러 원인
Causes of ApiError

Link copied to clipboard
data class ApiErrorResponse(code: Int, msg: String, apiType: String?, requiredScopes: List<String>?, allowedScopes: List<String>?) : Parcelable

API 에러 응답
Response for API errors

Link copied to clipboard
data class AppsError(statusCode: Int, reason: AppsErrorCause, response: AppsErrorResponse) : KakaoSdkError, Parcelable

Apps 에러
Apps error

Link copied to clipboard
enum AppsErrorCause : Enum<AppsErrorCause>

Apps 에러 원인
Cause of Apps error

Link copied to clipboard
data class AppsErrorResponse(errorCode: String, errorMessage: String) : Parcelable

Apps 에러 응답
Response of Apps error

Link copied to clipboard
data class AuthError(statusCode: Int, reason: AuthErrorCause, response: AuthErrorResponse) : KakaoSdkError, Parcelable

인증 및 인가 에러
Authorization or authentication errors

Link copied to clipboard
enum AuthErrorCause : Enum<AuthErrorCause>

AuthError 에러 원인
Causes of AuthError

Link copied to clipboard
data class AuthErrorResponse(error: String, errorDescription: String?) : Parcelable

인증 및 인가 에러 응답
Response for authorization or authentication errors

Link copied to clipboard
data class ClientError(reason: ClientErrorCause, msg: String) : KakaoSdkError, Parcelable

클라이언트 에러
Client errors

Link copied to clipboard
enum ClientErrorCause : Enum<ClientErrorCause>

ClientError 에러 원인
Causes of ClientError

Link copied to clipboard
sealed class KakaoSdkError : RuntimeException

SDK 내부 동작 에러
SDK internal operation errors

Link copied to clipboard
class SdkIdentifier(identifiers: String?)

Kakao SDK를 사용하는 SDK의 참고용 식별자
Reference identifier for the SDK using Kakao SDK