TwitchErrorResponse

data class TwitchErrorResponse(val status: Int, val message: String)

Constructors

Link copied to clipboard
constructor(status: Int, message: String)

Properties

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