AuthErrorResponse

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

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

Constructors

Link copied to clipboard
fun AuthErrorResponse(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
val error: String

에러 코드
Error code

Link copied to clipboard
val errorDescription: String?

에러 메시지
Error message