Message

data class Message(val status: Int, val title: String?, val cause: String?)

Constructors

Link copied to clipboard
constructor(status: Int, title: String?, cause: String?)

Properties

Link copied to clipboard
Link copied to clipboard
val status: Int
Link copied to clipboard