AuthErrorResponse

data class AuthErrorResponse(val error: String, val errorDescription: String?) : Parcelable

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

Constructors

Link copied to clipboard
constructor(error: String, errorDescription: 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