Error

data class Error(val code: Int, val message: String) : Parcelable

Constructors

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

Types

Link copied to clipboard
object Companion : JSONUnmarshallable<VideoScheduleResponse.Error>

Properties

Link copied to clipboard
val code: Int
Link copied to clipboard