Api Problem
constructor(@Json(name = "status" ) status: Int, @Json(name = "type" ) type: String, @Json(name = "title" ) title: String, @Json(name = "detail" ) detail: String? = null)
Parameters
status
HTTP status code of the problem response.
type
A URN (Uniform Resource Name) identifying the type of the problem.
title
The underlying reason for the problem.
detail
A longer and comprehensive description of the problem. May be null
if not available.