AppsErrorResponse

data class AppsErrorResponse(errorCode: String, errorMessage: String) : Parcelable

카카오 Apps API 호출 시 에러 응답

Constructors

Link copied to clipboard
fun AppsErrorResponse(errorCode: String, errorMessage: String)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)

Properties

Link copied to clipboard
val errorCode: String

에러 코드

Link copied to clipboard
val errorMessage: String

자세한 에러 설명