Error Response Response
data class ErrorResponseResponse(val code: String, val details: List<ErrorDetailResponse>? = null, val message: String)
Error response information.
Constructors
Link copied to clipboard
fun ErrorResponseResponse(code: String, details: List<ErrorDetailResponse>? = null, message: String)