Error Detail Response
data class ErrorDetailResponse(val code: String, val details: List<ErrorDetailResponse>? = null, val message: String, val target: String? = null)
Constructors
Link copied to clipboard
constructor(code: String, details: List<ErrorDetailResponse>? = null, message: String, target: String? = null)