ResponseExceptionModel
data class ResponseExceptionModel(code: Int, message: String, documentationUrl: String)
Content copied to clipboard
Error response Exception
Constructors
ResponseExceptionModel
Link copied to clipboard
fun ResponseExceptionModel(code: Int, message: String, documentationUrl: String)
Content copied to clipboard