Error Detail Response
data class ErrorDetailResponse(val additionalInfo: List<ErrorAdditionalInfoResponse>, val code: String, val details: List<ErrorDetailResponse>, val message: String, val target: String)
The error detail.
Constructors
Link copied to clipboard
constructor(additionalInfo: List<ErrorAdditionalInfoResponse>, code: String, details: List<ErrorDetailResponse>, message: String, target: String)