AppsErrorResponse

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

Apps 에러 응답
Response of Apps error

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

에러 코드
Error code

Link copied to clipboard
val errorMessage: String

에러 메시지
Error message