HttpFailure

class HttpFailure(val message: String, val httpCode: Int) : LoadingStyleFailure

Online http call ended with unexpected HTTP code.

Constructors

Link copied to clipboard
fun HttpFailure(message: String, httpCode: Int)

Properties

Link copied to clipboard
Link copied to clipboard