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)

Functions

Link copied to clipboard
open override fun toString(): String

Properties

Link copied to clipboard
Link copied to clipboard