AuthErrorResponse

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

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

Constructors

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

Properties

Link copied to clipboard

에러 코드
Error code

Link copied to clipboard

에러 메시지
Error message