Failure

class Failure<T>(val code: Int, val message: String) : Request2<T>

Constructors

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

Properties

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