AuthErrorResponse

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

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

Constructors

Link copied to clipboard
constructor(error: String, errorDescription: String?)

Properties

Link copied to clipboard
val error: String

에러 코드
Error code

Link copied to clipboard
@SerialName(value = "error_description")
val errorDescription: String?

에러 메시지
Error message