AppsErrorResponse

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

Apps 에러 응답
Response of Apps error

Constructors

Link copied to clipboard
constructor(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

에러 코드
Error code

Link copied to clipboard

에러 메시지
Error message